Disable sensible

This commit is contained in:
Alex Yatskov 2024-05-21 09:22:27 -07:00
parent fb4952f93f
commit f7c0af0801

View File

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