patched autocommand issue, simplifying lsp setup
This commit is contained in:
8
lua/plugins/guessIndent.lua
Normal file
8
lua/plugins/guessIndent.lua
Normal 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
|
||||
Reference in New Issue
Block a user