]> Untitled Git - vimfiles.git/commitdiff
Plugins for go and perl
authorPhilippe Hürlimann <p@hurlimann.org>
Tue, 8 Mar 2022 15:45:13 +0000 (16:45 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Tue, 8 Mar 2022 15:45:13 +0000 (16:45 +0100)
init.vim

index 840511080bfc340a9b60da064e16ff3ee37b67de..93e0044591c2e88cd714411d22c3029811283653 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -8,7 +8,6 @@ Plug 'airblade/vim-gitgutter'
 Plug 'ap/vim-css-color'
 Plug 'autozimu/LanguageClient-neovim', { 'branch': 'next', 'do': 'bash install.sh' }
 Plug 'avakhov/vim-yaml'
-Plug 'buoto/gotests-vim'
 Plug 'dhruvasagar/vim-table-mode'
 Plug 'editorconfig/editorconfig-vim'
 Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
@@ -31,11 +30,13 @@ Plug 'scrooloose/nerdtree'
 Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
 Plug 'Shougo/neosnippet-snippets'
 Plug 'Shougo/neosnippet.vim'
+Plug 'Snyssfx/goerr-nvim'
 Plug 'tpope/vim-classpath'
 Plug 'tpope/vim-fireplace'
 Plug 'tpope/vim-fugitive'
 Plug 'tpope/vim-repeat'
 Plug 'tpope/vim-surround'
+Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' }
 Plug 'vim-scripts/a.vim'
 Plug 'vim-scripts/matchit.zip'
 Plug 'vim-scripts/paredit.vim'