summary refs log tree commit diff
path: root/.vim/plug.vim
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-06-01 18:14:07 +0200
committerRobert Günzler <r@gnzler.io>2020-06-01 18:32:20 +0200
commit7edcb8133bfd469458f94039021d74258b3bf72c (patch)
tree87b5f578c03dba0ad8da5fa95e6184cd5aef092d /.vim/plug.vim
parent8367490e2637385aae3984696c71949b640c8fc4 (diff)
vim: remove coc and add nvim-lsp+compl
Diffstat (limited to '.vim/plug.vim')
-rw-r--r--.vim/plug.vim19
1 files changed, 0 insertions, 19 deletions
diff --git a/.vim/plug.vim b/.vim/plug.vim
index 01302af..280ea34 100644
--- a/.vim/plug.vim
+++ b/.vim/plug.vim
@@ -8,7 +8,6 @@ endif
 call plug#begin('~/.vim/plugged')
 
 " Core
-  " Plug 'airblade/vim-gitgutter' " line status next to line nums
   Plug 'mhinz/vim-signify'      " git status in the sign column
   Plug 'tpope/vim-commentary'   " auto-comment using `gcc`
   Plug 'cohama/lexima.vim'      " auto-close parens, brackets, etc.
@@ -27,19 +26,6 @@ call plug#begin('~/.vim/plugged')
   Plug 'SirVer/ultisnips'
     \| Plug 'honza/vim-snippets'
 
-  " Plug 'neoclide/coc.nvim',
-  "   \ { 'do': './install.sh nightly' }
-  "   \| Plug 'neoclide/coc-snippets', { 'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-json',     { 'for': ['json'],   'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-rls',      { 'for': ['rust'],   'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-python',   { 'for': ['python'], 'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-yaml',     { 'for': ['yaml'],   'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-html',     { 'for': ['html'],   'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-css',      { 'for': ['css'],    'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'josa42/coc-go',         { 'for': ['go'],     'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-java',     { 'for': ['java'],   'do': 'yarn install --frozen-lockfile' }
-  "   \| Plug 'neoclide/coc-emmet',    { 'for': ['html', 'css'],   'do': 'yarn install --frozen-lockfile' }
-    " \| Plug '~/devel/upstream/github.com/microsoft/vscode-go', { 'for': ['go'] }
 
   " search
   " Plug 'junegunn/fzf',
@@ -70,7 +56,6 @@ call plug#begin('~/.vim/plugged')
 
 " Languages
   " NOTE: these should only be loaded when they are required...
-  " Plug 'fatih/vim-go',            { 'do': ':GoInstallBinaries' }
   " Plug 'rhysd/vim-grammarous',    { 'for': ['markdown', 'latex', 'tex'] }
   Plug 'lervag/vimtex',           { 'for': ['latex', 'tex'] }
   Plug 'plasticboy/vim-markdown', { 'for': ['markdown'] }
@@ -78,7 +63,6 @@ call plug#begin('~/.vim/plugged')
   Plug 'mattn/emmet-vim',         { 'for': ['html', 'vue'] }        " super-fast HTML editing
   " Plug 'valloric/matchtagalways', { 'for': ['html', 'vue', 'xml'] } " visually match HTML tags enclosing cursor location
   Plug 'ledger/vim-ledger',       { 'for': ['ledger'] }
-  Plug 'jceb/vim-orgmode',        { 'for': ['org'] }
     \| Plug 'tpope/vim-speeddating'  " easy time/date incrementing
     \| Plug 'vim-scripts/utl.vim'    " follow links/urls
   Plug 'gentoo/gentoo-syntax',    { 'for': ['ebuild'] }
@@ -93,10 +77,7 @@ call plug#begin('~/.vim/plugged')
   " Plug 'equalsraf/neovim-gui-shim'
 
 " Colorschemes
-  " Plug 'deviantfero/wpgtk.vim'
-  " Plug 'KeitaNakamura/neodark.vim'
   Plug 'NLKNguyen/papercolor-theme'
-  " Plug 'crusoexia/vim-dracula'
 
 " Local
   " Plug '~/devel/projects/nihon-theme/vim'