Integrate sensible vim plugin
This commit is contained in:
parent
61f26f4708
commit
96c78612a4
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
" defines plugin directory
|
||||||
|
" Install plugins from vim with :PlugInstall
|
||||||
|
call plug#begin('~/.local/share/nvim/plugged')
|
||||||
|
|
||||||
|
Plug 'tpope/vim-sensible'
|
||||||
|
|
||||||
|
call plug#end()
|
Loading…
Reference in a new issue