fix default browser for termite and vim plugins source
This commit is contained in:
parent
0713aeefca
commit
15e74dece7
2 changed files with 4 additions and 3 deletions
5
vimrc
5
vimrc
|
@ -59,8 +59,9 @@ nnoremap qw :wq<CR>
|
|||
nnoremap <Leader>w :w<CR>
|
||||
|
||||
" plugins
|
||||
if filereadable(expand("$HOME/vdotfiles/plugins.vim"))
|
||||
source ~/vdotfiles/plugins.vim
|
||||
let plugins = expand("$HOME/vdotfiles/plugins.vim")
|
||||
if filereadable(plugins)
|
||||
execute 'source ' . fnameescape(plugins)
|
||||
endif
|
||||
|
||||
colorscheme solarized8_light
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue