diff options
-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' |