Skip to content

Commit b70e5cc

Browse files
committed
Load guess-indent plugin
1 parent 09f6877 commit b70e5cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dot_config/nvim/init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ rtp:prepend(lazypath)
161161
-- NOTE: Here is where you install your plugins.
162162
require('lazy').setup({
163163
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
164-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
164+
{
165+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
166+
opts = {},
167+
},
165168

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

0 commit comments

Comments
 (0)