diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-05 09:16:39 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-05 09:16:39 +0100 |
commit | 1ebdede3ec0791bf680826c93af421bca46e4f89 (patch) | |
tree | dd5fa86bb5a003e11af852ceb691dede4470e3ec | |
parent | 7ebc77cc625d1e172f5378d5155b1fff90aeaedb (diff) |
Adds vim-perl
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |