patched autocommand issue, simplifying lsp setup

This commit is contained in:
venus
2026-06-01 22:36:15 -05:00
parent b427c4f09f
commit e7c8b3f9cd
4 changed files with 44 additions and 60 deletions

View File

@@ -0,0 +1,8 @@
return {
'NMAC427/guess-indent.nvim',
config = function()
require('guess-indent').setup ({
filetype_exclude = {"lua"},
})
end,
} -- Detect tabstop and shiftwidth automatically