new vimplugins and return urxvt uri underlining
This commit is contained in:
parent
04bf022a2b
commit
0e5d4de778
2 changed files with 6 additions and 6 deletions
|
@ -14,6 +14,7 @@ Plug 'tpope/vim-fugitive'
|
|||
Plug 'tpope/vim-rsi'
|
||||
Plug 'vdrandom/vim-tru-typewriter'
|
||||
Plug 'vim-scripts/directionalWindowResizer'
|
||||
Plug 'lifepillar/vim-cheat40'
|
||||
|
||||
" IDE liek, per filetype
|
||||
if v:version >= 800
|
||||
|
@ -23,10 +24,10 @@ endif
|
|||
|
||||
" colorschemes
|
||||
Plug 'lifepillar/vim-solarized8'
|
||||
Plug 'lifepillar/vim-gruvbox8'
|
||||
Plug 'lifepillar/vim-wwdc17-theme'
|
||||
Plug 'nanotech/jellybeans.vim'
|
||||
Plug 'rakr/vim-one'
|
||||
Plug 'whatyouhide/vim-gotham'
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
" syntax highlight plugins
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
|
|
|
@ -30,10 +30,9 @@ URxvt.urgentOnBell: true
|
|||
URxvt.visualBell: false
|
||||
|
||||
! perl extensions
|
||||
URxvt.perl-ext: default,url-select
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.url-select.launcher: /usr/bin/xdg-open
|
||||
URxvt.url-select.underline: true
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.url-launcher: /home/von/.local/bin/default-web-browser
|
||||
URxvt.matcher.button: 3
|
||||
|
||||
! colors
|
||||
URxvt.foreground: #657b83
|
||||
|
|
Loading…
Reference in a new issue