From 1ebdede3ec0791bf680826c93af421bca46e4f89 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 5 Oct 2023 09:16:39 +0100 Subject: Adds vim-perl --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 2f38db1..3c564ec 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,7 +1,7 @@ " Setup {{{ set nocompatible -filetype plugin on filetype indent on +filetype plugin on syntax on runtime macros/matchit.vim "allows jumping between brackets with % in normal mode " }}} @@ -132,6 +132,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' Plug 'ayu-theme/ayu-vim' Plug 'airblade/vim-tailwind' +Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' } Plug 'morhetz/gruvbox' Plug 'eemed/sitruuna.vim' Plug 'junegunn/goyo.vim' -- cgit v1.2.3