Mercurial > dotfiles
changeset 286:6dad02f7604f
Clean up plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 06 Sep 2020 18:47:59 +0200 |
parents | d48b05b03ddf |
children | 7168baf3c352 |
files | dot_config/nvim/init.vim |
diffstat | 1 files changed, 1 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/init.vim Tue Sep 01 08:44:03 2020 +0200 +++ b/dot_config/nvim/init.vim Sun Sep 06 18:47:59 2020 +0200 @@ -33,9 +33,7 @@ endif " General Plugins -if !has("nvim") - Plug 'tpope/vim-sensible' -endif +Plug 'tpope/vim-sensible' if s:darwin Plug 'vim-scripts/gitignore' @@ -78,7 +76,6 @@ autocmd InsertEnter * call plug#load('targets.vim') | autocmd! load_targets augroup END Plug 'mhinz/vim-grepper', { 'on' : 'Grepper' } -Plug 'wellle/context.vim' " Indentation Plug 'nathanaelkane/vim-indent-guides' @@ -89,9 +86,6 @@ " Undoing Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' } -" Pasting -" Plug 'junegunn/vim-peekaboo' - " Tabs Plug 'gcmt/taboo.vim' @@ -102,10 +96,8 @@ " Tmux Plug 'christoomey/vim-tmux-navigator' Plug 'tmux-plugins/vim-tmux-focus-events' -" Plug 'roxma/vim-tmux-clipboard' " Background make -" Plug 'skywind3000/asyncrun.vim' Plug 'tpope/vim-dispatch' " Completing and snippets @@ -126,25 +118,19 @@ Plug 'ShikChen/osc52.vim' " Vim file navigation -" Plug 'tpope/vim-vinegar' Plug 'justinmk/vim-dirvish' Plug 'tpope/vim-projectionist' " Theme Plug 'NLKNguyen/papercolor-theme' -Plug 'joshdick/onedark.vim' Plug 'rakr/vim-one' "Tcl Plug 'vim-scripts/tcl.vim--smithfield-indent', { 'for': 'tcl'} -" Plug 'zegervdv/ale', { 'branch': 'add_verible' } Plug 'dense-analysis/ale' Plug 'sbdchd/neoformat' -" Debugging -Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' } - Plug 'Glench/Vim-Jinja2-Syntax' if s:darwin