neovim/.config/nvim/lua/plugins/guess-indent.lua return { 'nmac427/guess-indent.nvim', config = function() require('guess-indent').setup {} end, }