Add a local vimrc file vimrc.local

This commit is contained in:
Anthony Rose 2022-03-08 16:34:44 +00:00
parent f29e4958d3
commit a132b56121
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ coc-settings.json
coc/commands
coc/extensions/coc-clangd-data
coc/extensions/db.json
vimrc.local

3
vimrc
View file

@ -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: