Skip to content

Commit 6d7d1d6

Browse files
committed
Load guess-indent.nvim
1 parent 5efc822 commit 6d7d1d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lua/lazy-plugins.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
-- NOTE: Here is where you install your plugins.
1212
require('lazy').setup({
1313
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
14-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
14+
{
15+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
16+
opts = {},
17+
},
1518

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

0 commit comments

Comments
 (0)