Disable autoindent

This commit is contained in:
Alex Yatskov 2024-05-21 09:20:14 -07:00
parent 6b3f1183de
commit fb4952f93f

View File

@ -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', '<leader>K', '<Plug>(quickhl-manual-reset)')