From fb4952f93f1c13c1171e5f7081e9334d90f72199 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 21 May 2024 09:20:14 -0700 Subject: [PATCH] Disable autoindent --- lua/config/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index d7f9297..26ddf6e 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -118,6 +118,7 @@ vim.g.go_version_warning = 0 -- vim-polyglot vim.g.rustfmt_autosave = 1 +vim.g.polyglot_disabled = {'autoindent'} -- vim-quickhl vim.keymap.set('n', 'K', '(quickhl-manual-reset)')