aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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'