Fixes
This commit is contained in:
parent
4e3a9ef3cf
commit
06b00eae56
@ -1,6 +1,2 @@
|
||||
#!/bin/bash
|
||||
git submodule update --init --recursive
|
||||
if [ -x "$(command -v pip3)" ]; then
|
||||
pip3 install --user pynvim
|
||||
pip3 install --user python-language-server
|
||||
fi
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"suggest.noselect": false
|
||||
"suggest.noselect": false,
|
||||
"coc.preferences.snippets.enable": false
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ let g:fzf_colors = {
|
||||
\ }
|
||||
|
||||
" vim-airline
|
||||
let g:airline#extensions#ale#enabled = 1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_symbols_ascii = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user