nvim: init.vim: Add man page & quick scope
This commit is contained in:
parent
dcd38e5b2d
commit
132fc8dbf8
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ Plug 'tpope/vim-surround'
|
|||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'tpope/vim-eunuch'
|
||||
Plug 'jeetsukumaran/vim-buffergator'
|
||||
Plug 'vim-utils/vim-man'
|
||||
Plug 'unblevable/quick-scope'
|
||||
|
||||
" Initialize plugin system
|
||||
call plug#end()
|
||||
|
|
Loading…
Reference in a new issue