Mon, 13 Feb 2023 02:20:08 -0600
Ongoing nvim config
131 | 1 | |
345
e0bfe67950f8
using vim-perl after all. add some new contrib stuff too
Meredith Howard <mhoward@roomag.org>
parents:
344
diff
changeset
|
2 | " Contrib files from vim-perl/vim-perl |
131 | 3 | " I would use symlinks but cygwin likes to fumble them |
4 | runtime contrib/carp.vim | |
5 | runtime contrib/highlight-all-pragmas.vim | |
6 | runtime contrib/moose.vim | |
656
a74ea5b0fc73
Fix error marker due to loose function-parameters match
Meredith Howard <mhoward@roomag.org>
parents:
345
diff
changeset
|
7 | " runtime contrib/function-parameters.vim |
131 | 8 | runtime contrib/test-more.vim |
9 | runtime contrib/try-tiny.vim | |
345
e0bfe67950f8
using vim-perl after all. add some new contrib stuff too
Meredith Howard <mhoward@roomag.org>
parents:
344
diff
changeset
|
10 | runtime contrib/heredoc-sql.vim |
131 | 11 |