Skip to content

Commit 4dff548

Browse files
committed
Fixed GuessIdent loading <nvim-lua#1532>
1 parent a03a25e commit 4dff548

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
@@ -246,7 +246,7 @@ rtp:prepend(lazypath)
246246
-- NOTE: Here is where you install your plugins.
247247
require('lazy').setup({
248248
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
249-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
249+
{ 'NMAC427/guess-indent.nvim', opts = {} }, -- Detect tabstop and shiftwidth automatically
250250

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

0 commit comments

Comments
 (0)