commit 9619b109d8d38a0478bc4a6f6138f8ce02f198d4
parent 4e973e4fe17c94f06ccdf86a6a33697113763658
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 26 May 2020 15:42:45 +0200
Disable plugins
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -27,16 +27,16 @@ Plug 'camspiers/lens.vim'
Plug 'jlanzarotta/bufexplorer'
" R Setup
-Plug 'jalvesaq/Nvim-R'
-Plug 'ncm2/ncm2'
-Plug 'roxma/nvim-yarp'
-Plug 'gaalcaras/ncm-R'
+"Plug 'jalvesaq/Nvim-R'
+"Plug 'ncm2/ncm2'
+"Plug 'roxma/nvim-yarp'
+"Plug 'gaalcaras/ncm-R'
if !has('nvim')
Plug 'roxma/vim-hug-neovim-rpc'
endif
" Python
-Plug 'ncm2/ncm2-jedi'
+"Plug 'ncm2/ncm2-jedi'
call plug#end()
if has("autocmd")
filetype plugin indent on
@@ -47,8 +47,8 @@ map f <Plug>Sneak_s
map F <Plug>Sneak_S
" Configure NCM2
-autocmd BufEnter * call ncm2#enable_for_buffer() " To enable ncm2 for all buffers.
-set completeopt=noinsert,menuone,noselect " :help Ncm2PopupOpen for more
+"autocmd BufEnter * call ncm2#enable_for_buffer() " To enable ncm2 for all buffers.
+"set completeopt=noinsert,menuone,noselect " :help Ncm2PopupOpen for more
" }}}