update
This commit is contained in:
parent
103929c992
commit
a94225c42a
1 changed files with 6 additions and 0 deletions
6
init.lua
6
init.lua
|
|
@ -86,6 +86,12 @@ require("lazy").setup({
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
opts = {}, -- this is equalent to setup({}) function
|
opts = {}, -- this is equalent to setup({}) function
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nmac427/guess-indent.nvim",
|
||||||
|
config = function()
|
||||||
|
require("guess-indent").setup({})
|
||||||
|
end,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Stick buffer
|
-- Stick buffer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue