10 lines
196 B
Lua
10 lines
196 B
Lua
-- https://github.com/NMAC427/guess-indent.nvim
|
|
--- @module "lazy"
|
|
--- @type LazySpec
|
|
return {
|
|
"NMAC427/guess-indent.nvim",
|
|
--- @module "guess-indent"
|
|
--- @type GuessIndentConfig
|
|
opts = {},
|
|
}
|