Integrate sensible vim plugin

This commit is contained in:
Marty Oehme 2019-03-04 11:47:17 +01:00
parent 61f26f4708
commit 96c78612a4

View file

@ -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()