feat: add vim-template plugin

This commit is contained in:
swy7ch 2020-05-12 17:49:05 +02:00
parent 9e4cd125c2
commit e7dd076a68
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,9 @@ Plug 'lifepillar/vim-colortemplate'
" Neovim colorizer
Plug 'norcalli/nvim-colorizer.lua'
" Templates
Plug 'aperezdc/vim-template'
" All Plugins must be added before the following line
call plug#end()
@ -180,3 +183,6 @@ noremap <leader>pu :PlugUpdate \| PlugUpgrade<CR>
" Colorize
noremap <leader>cc :ColorizerToggle<CR>
" Template
noremap <leader>t :Template<CR>