aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-05 09:16:39 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-05 09:16:39 +0100
commit1ebdede3ec0791bf680826c93af421bca46e4f89 (patch)
treedd5fa86bb5a003e11af852ceb691dede4470e3ec
parent7ebc77cc625d1e172f5378d5155b1fff90aeaedb (diff)
Adds vim-perl
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
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'