vim templates added
This commit is contained in:
12
vim/vimrc
12
vim/vimrc
@@ -495,7 +495,17 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
|
|||||||
Plugin 'vishap/cf5-compile'
|
Plugin 'vishap/cf5-compile'
|
||||||
map <silent> ac :call CF5CompileOnly()<CR>
|
map <silent> ac :call CF5CompileOnly()<CR>
|
||||||
map <silent> ar :call CF5CompileAndRun()<CR>
|
map <silent> ar :call CF5CompileAndRun()<CR>
|
||||||
|
|
||||||
|
"
|
||||||
|
" Provide templates
|
||||||
|
"
|
||||||
|
Plugin 'aperezdc/vim-template'
|
||||||
|
"let g:templates_no_autocmd = 1
|
||||||
|
let g:templates_no_builtin_templates = 1
|
||||||
|
"
|
||||||
|
" Local vimrc
|
||||||
|
"
|
||||||
|
Plugin 'embear/vim-localvimrc'
|
||||||
|
|
||||||
"
|
"
|
||||||
" Comment code.
|
" Comment code.
|
||||||
|
|||||||
Reference in New Issue
Block a user