Files
dotfiles/nvim/.config/nvim/lua/custom/plugins/guess-indent.lua

5 lines
176 B
Lua

return {
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
}