commit 527d4315b80b14e17d0aa2608b3907b67f3b6c1e
parent f6ddc48abaa932f4348a85eef10f7662b4364767
Author: finwo <finwo@pm.me>
Date: Wed, 13 Dec 2023 23:46:52 +0100
Disable tern_for_vim plugin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/neovim/home/.vimrc b/neovim/home/.vimrc
@@ -31,7 +31,7 @@ Plug 'qpkorr/vim-bufkill'
Plug 'ryym/vim-riot'
Plug 'scrooloose/nerdtree'
Plug 'sheerun/vim-polyglot'
-Plug 'ternjs/tern_for_vim', { 'do': 'npm install' }
+" Plug 'ternjs/tern_for_vim', { 'do': 'npm install' }
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-eunuch'