# HG changeset patch # User zegervdv # Date 1599410879 -7200 # Node ID 6dad02f7604f91fa824c11c280ba36240d3fc7e0 # Parent d48b05b03ddffa5fd4f6b3e4f8a3f5a772d94d6f Clean up plugins diff -r d48b05b03ddf -r 6dad02f7604f dot_config/nvim/init.vim --- 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