Skip to content

Commit b5d9a4b

Browse files
authored
guess-indent now requires setup
1 parent 3338d39 commit b5d9a4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

init.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,12 @@ rtp:prepend(lazypath)
247247
-- NOTE: Here is where you install your plugins.
248248
require('lazy').setup({
249249
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
250-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
250+
{
251+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
252+
config = function()
253+
require("guess-indent").setup({})
254+
end,
255+
},
251256

252257
-- NOTE: Plugins can also be added by using a table,
253258
-- with the first argument being the link and the following

0 commit comments

Comments
 (0)