Load optional override configuration
This commit is contained in:
parent
af2ac4bc99
commit
83320e6fb6
1 changed files with 4 additions and 0 deletions
|
|
@ -108,3 +108,7 @@ inoremap <Tab> <C-R>=Tab_Or_Complete()<CR>
|
||||||
|
|
||||||
" set default coc environment path
|
" set default coc environment path
|
||||||
let g:python3_host_prog = '~/.local/lib/coc/.venv/bin/python'
|
let g:python3_host_prog = '~/.local/lib/coc/.venv/bin/python'
|
||||||
|
|
||||||
|
if filereadable("~/.config/nvim/override.vim")
|
||||||
|
source ~/.config/nvim/override.vim
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue