We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f68c8 commit da20c1fCopy full SHA for da20c1f
init.lua
@@ -252,7 +252,7 @@ require('lazy').setup({
252
cmd = 'VimBeGood',
253
},
254
255
- 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
+ { 'NMAC427/guess-indent.nvim', opts = {} }, -- Detect tabstop and shiftwidth automatically
256
257
-- NOTE: Plugins can also be added by using a table,
258
-- with the first argument being the link and the following
0 commit comments