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 'tpope/vim-rsi'
|
||||||
Plug 'vdrandom/vim-tru-typewriter'
|
Plug 'vdrandom/vim-tru-typewriter'
|
||||||
Plug 'vim-scripts/directionalWindowResizer'
|
Plug 'vim-scripts/directionalWindowResizer'
|
||||||
|
Plug 'lifepillar/vim-cheat40'
|
||||||
|
|
||||||
" IDE liek, per filetype
|
" IDE liek, per filetype
|
||||||
if v:version >= 800
|
if v:version >= 800
|
||||||
|
@ -23,10 +24,10 @@ endif
|
||||||
|
|
||||||
" colorschemes
|
" colorschemes
|
||||||
Plug 'lifepillar/vim-solarized8'
|
Plug 'lifepillar/vim-solarized8'
|
||||||
|
Plug 'lifepillar/vim-gruvbox8'
|
||||||
|
Plug 'lifepillar/vim-wwdc17-theme'
|
||||||
Plug 'nanotech/jellybeans.vim'
|
Plug 'nanotech/jellybeans.vim'
|
||||||
Plug 'rakr/vim-one'
|
|
||||||
Plug 'whatyouhide/vim-gotham'
|
Plug 'whatyouhide/vim-gotham'
|
||||||
Plug 'morhetz/gruvbox'
|
|
||||||
|
|
||||||
" syntax highlight plugins
|
" syntax highlight plugins
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
|
|
@ -30,10 +30,9 @@ URxvt.urgentOnBell: true
|
||||||
URxvt.visualBell: false
|
URxvt.visualBell: false
|
||||||
|
|
||||||
! perl extensions
|
! perl extensions
|
||||||
URxvt.perl-ext: default,url-select
|
URxvt.perl-ext-common: default,matcher
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.url-launcher: /home/von/.local/bin/default-web-browser
|
||||||
URxvt.url-select.launcher: /usr/bin/xdg-open
|
URxvt.matcher.button: 3
|
||||||
URxvt.url-select.underline: true
|
|
||||||
|
|
||||||
! colors
|
! colors
|
||||||
URxvt.foreground: #657b83
|
URxvt.foreground: #657b83
|
||||||
|
|
Loading…
Reference in a new issue