Remove static python bin path
This commit is contained in:
parent
a24010f09e
commit
8a4ea77742
1 changed files with 2 additions and 4 deletions
|
|
@ -112,9 +112,6 @@ inoremap <silent><expr> <Tab>
|
|||
" open nerdtree browser
|
||||
map <silent> <C-E> :NERDTreeToggle <CR>
|
||||
|
||||
" set default coc environment path
|
||||
let g:python3_host_prog = '~/.local/lib/coc/.venv/bin/python'
|
||||
|
||||
" default coc extensions
|
||||
" see https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#install-extensions
|
||||
" installed if not detected to ~/.config/coc/extensions
|
||||
|
|
@ -125,7 +122,8 @@ let g:coc_global_extensions = [
|
|||
\'coc-css',
|
||||
\'coc-tsserver',
|
||||
\'coc-git',
|
||||
\'coc-json'
|
||||
\'coc-json',
|
||||
\'coc-yaml'
|
||||
\]
|
||||
|
||||
if filereadable(expand('~/.config/nvim/override.vim'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue