From 06b00eae5649c1f8f172ab60fa199a6611739e07 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 23 May 2021 19:48:46 -0700 Subject: [PATCH] Fixes --- bin/install.sh | 4 ---- coc-settings.json | 3 ++- plugins.vim | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 1dae931..027e642 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -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 diff --git a/coc-settings.json b/coc-settings.json index dc7d8a9..224d44a 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -1,3 +1,4 @@ { - "suggest.noselect": false + "suggest.noselect": false, + "coc.preferences.snippets.enable": false } diff --git a/plugins.vim b/plugins.vim index 1bb066d..d2c601b 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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