Add guess-indent.
This commit is contained in:
parent
6db07f2f3f
commit
b20654ee8f
1 changed files with 9 additions and 0 deletions
9
lua/plugins/guessindent.lua
Normal file
9
lua/plugins/guessindent.lua
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"NMAC427/guess-indent.nvim",
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require("guess-indent").setup({})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue