This commit is contained in:
Alex Yatskov 2021-05-23 19:48:46 -07:00
parent 4e3a9ef3cf
commit 06b00eae56
3 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,2 @@
#!/bin/bash #!/bin/bash
git submodule update --init --recursive git submodule update --init --recursive
if [ -x "$(command -v pip3)" ]; then
pip3 install --user pynvim
pip3 install --user python-language-server
fi

View File

@ -1,3 +1,4 @@
{ {
"suggest.noselect": false "suggest.noselect": false,
"coc.preferences.snippets.enable": false
} }

View File

@ -20,7 +20,6 @@ let g:fzf_colors = {
\ } \ }
" vim-airline " vim-airline
let g:airline#extensions#ale#enabled = 1
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
let g:airline_symbols_ascii = 1 let g:airline_symbols_ascii = 1