Browse Source

Change some small stuff in nvim

Taylor Bockman 8 years ago
parent
commit
d2e59dbef7
  1. 2
      dotfiles/config/nvim/init.vim

2
dotfiles/config/nvim/init.vim

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

Loading…
Cancel
Save