summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-27 02:34:21 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-27 02:34:21 -0400
commit8590218ccba69c10386c2444e51ec088d641777e (patch)
tree8426da42f5e52289396076ee4223310161e71225
parentc98c8ae0ab701dfeb4cd87fc5bff99a0fa3d1cca (diff)
downloadconf-8590218ccba69c10386c2444e51ec088d641777e.tar.gz
conf-8590218ccba69c10386c2444e51ec088d641777e.zip
make .pp refer to puppet, not pascal
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 8286038..b16d2ce 100644
--- a/vimrc
+++ b/vimrc
@@ -121,7 +121,7 @@ endif
let g:go_highlight_functions = 1
let g:go_highlight_function_calls = 1
let g:go_highlight_types = 1
-let g:polyglot_disabled = ['csv', 'sensible', 'autoindent']
+let g:polyglot_disabled = ['csv', 'sensible', 'autoindent', 'pascal']
" }}}
" rainbow {{{
let g:rainbow = 1