Skip to content

Commit 39e3e71

Browse files
committed
fix(plugin): guess indent now needs configuration
Realated to nvim-lua#1532
1 parent 240b304 commit 39e3e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ require('lazy').setup({
266266
},
267267

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

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

0 commit comments

Comments
 (0)