Skip to content

Commit da20c1f

Browse files
committed
fix: Load guess-indent.nvim
nvim-lua#1532
1 parent d8f68c8 commit da20c1f

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
@@ -252,7 +252,7 @@ require('lazy').setup({
252252
cmd = 'VimBeGood',
253253
},
254254

255-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
255+
{ 'NMAC427/guess-indent.nvim', opts = {} }, -- Detect tabstop and shiftwidth automatically
256256

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

0 commit comments

Comments
 (0)