From a95f1bf8dc4f243363d7fed897c61f21ef183ee3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 14 Sep 2022 10:44:25 +0100 Subject: added tabularize plugin --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 8a7be8f..e498398 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -148,6 +148,7 @@ Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'tpope/vim-commentary' +Plug 'godlygeek/tabular' Plug 'davidhalter/jedi' Plug 'tpope/vim-dispatch' Plug 'tpope/vim-fugitive' -- cgit v1.2.3 From bae9a01e31a8f286460722e0c52ba0c1b4ff5c8b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 14 Sep 2022 10:55:40 +0100 Subject: removed vim-lsp plugin and config file that was causing problems --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 32b5ab5..417c969 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -144,7 +144,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() " vim-plug call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' -Plug 'prabirshrestha/vim-lsp' +"Plug 'prabirshrestha/vim-lsp' Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} -- cgit v1.2.3