kickstart.nvim/lua/kickstart/plugins/guess-indent.lua

7 lines
175 B
Lua

local function gh(repo) return 'https://github.com/' .. repo end
do
vim.pack.add {
gh 'NMAC427/guess-indent.nvim' -- Detect tabstop and shiftwidth automatically
}
end