mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
8 lines
108 B
Lua
8 lines
108 B
Lua
return {
|
|
"nmac427/guess-indent.nvim",
|
|
|
|
config = function()
|
|
require("guess-indent").setup()
|
|
end,
|
|
}
|