From 5959e28297137076a8dee0a8edfd18a990f70be7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?=
Date: Tue, 8 Mar 2022 16:45:13 +0100 Subject: [PATCH] Plugins for go and perl --- init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 8405110..93e0044 100644 --- 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' -- 2.51.2