Skip to content

Commit b2af42a

Browse files
committed
fix: call setup on guess indent
1 parent c8e189f commit b2af42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ rtp:prepend(lazypath)
246246
--
247247
-- NOTE: Here is where you install your plugins.
248248
require('lazy').setup({
249-
-- 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
249+
-- NOTE: Plugins can be added via a link or github org/name. To run setup automatically, use `opts = {}`
250+
{ 'NMAC427/guess-indent.nvim', opts = {} },
251251

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

0 commit comments

Comments
 (0)