feat: add vim-template plugin
This commit is contained in:
parent
9e4cd125c2
commit
e7dd076a68
@ -27,6 +27,9 @@ Plug 'lifepillar/vim-colortemplate'
|
|||||||
" Neovim colorizer
|
" Neovim colorizer
|
||||||
Plug 'norcalli/nvim-colorizer.lua'
|
Plug 'norcalli/nvim-colorizer.lua'
|
||||||
|
|
||||||
|
" Templates
|
||||||
|
Plug 'aperezdc/vim-template'
|
||||||
|
|
||||||
" All Plugins must be added before the following line
|
" All Plugins must be added before the following line
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
@ -180,3 +183,6 @@ noremap <leader>pu :PlugUpdate \| PlugUpgrade<CR>
|
|||||||
|
|
||||||
" Colorize
|
" Colorize
|
||||||
noremap <leader>cc :ColorizerToggle<CR>
|
noremap <leader>cc :ColorizerToggle<CR>
|
||||||
|
|
||||||
|
" Template
|
||||||
|
noremap <leader>t :Template<CR>
|
||||||
|
Reference in New Issue
Block a user