dotfiles/nvim/dot-config/nvim/lua/plugins/guess-indent.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 = {},
}