Add a local vimrc file vimrc.local
This commit is contained in:
parent
f29e4958d3
commit
a132b56121
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ coc-settings.json
|
|||
coc/commands
|
||||
coc/extensions/coc-clangd-data
|
||||
coc/extensions/db.json
|
||||
vimrc.local
|
||||
|
|
3
vimrc
3
vimrc
|
@ -250,6 +250,9 @@ __EOF__
|
|||
autocmd BufRead,BufNewFile * set omnifunc=v:lua.vim.lsp.omnifunc
|
||||
endif
|
||||
|
||||
" Keep this as the last config line in the file.
|
||||
runtime vimrc.local
|
||||
|
||||
"=============================================================================
|
||||
" End of config file.
|
||||
" vim:set ft=vim:
|
||||
|
|
Loading…
Reference in a new issue