dotfiles/.config/nvim/lua/plugins/extras/coding/treesitter/guess-indent.lua
2023-12-07 01:13:44 +01:00

5 lines
77 B
Lua

return {
"nmac427/guess-indent.nvim",
event = "LazyFile",
opts = {},
}