|
|
@ -8,7 +8,7 @@ if empty(glob('~/.config/nvim/autoload/plug.vim')) |
|
|
|
autocmd VimEnter * PlugInstall | source % |
|
|
|
autocmd VimEnter * PlugInstall | source % |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
call plug#begin('~/.nvim/plugged') |
|
|
|
call plug#begin('~/.config/nvim/plugged') |
|
|
|
|
|
|
|
|
|
|
|
" Solarized theme |
|
|
|
" Solarized theme |
|
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
|