diff --git a/nvim/coc-languages/go.vim b/nvim/coc-languages/go.vim deleted file mode 100644 index d838559..0000000 --- a/nvim/coc-languages/go.vim +++ /dev/null @@ -1,2 +0,0 @@ -call extend(g:dotfiles_coc_extensions, {'coc-go': 1}) -call extend(g:dotfiles_coc_filetypes, {'go': 1}) diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index 3507e08..d5f23b5 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -16,19 +16,11 @@ let s:plug = funcref('dotfiles#plugman#register') call s:plug('alaviss/nim.nvim') call s:plug('stevearc/vim-arduino') call s:plug('xiyaowong/coc-nvim-lua') - call s:plug('noahfrederick/vim-laravel') " dependencies {{{ - call s:plug('noahfrederick/vim-composer') - call s:plug('tpope/vim-projectionist') - call s:plug('tpope/vim-dispatch') - " }}} - " }}} " Misc {{{ if has('nvim-0.5.0') call s:plug('andweeb/presence.nvim') - endif - if has('nvim-0.6.0') call s:plug('github/copilot.vim') endif call s:plug('wakatime/vim-wakatime')