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