summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-08 22:37:28 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-08 22:37:28 -0500
commit5aecad38934738672df8dd956add1d33762ffe5d (patch)
treec16f06db9a18cb9b9c6ccfee11d16c1a07a791c8
parent5c420a423541412b97331ea0485985b0716e36a0 (diff)
downloadconf-5aecad38934738672df8dd956add1d33762ffe5d.tar.gz
conf-5aecad38934738672df8dd956add1d33762ffe5d.zip
also disable polyglot autoindent
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 2c6c2a8..8286038 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']
+let g:polyglot_disabled = ['csv', 'sensible', 'autoindent']
" }}}
" rainbow {{{
let g:rainbow = 1