diff --git a/.config/nvim/after/syntax/perl/contrib.vim b/.config/nvim/after/syntax/perl/contrib.vim new file mode 100644 --- /dev/null +++ b/.config/nvim/after/syntax/perl/contrib.vim @@ -0,0 +1,11 @@ + +" Contrib files from vim-perl/vim-perl +" I would use symlinks but cygwin likes to fumble them +runtime contrib/carp.vim +runtime contrib/highlight-all-pragmas.vim +runtime contrib/moose.vim +" runtime contrib/function-parameters.vim +runtime contrib/test-more.vim +runtime contrib/try-tiny.vim +runtime contrib/heredoc-sql.vim +