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 991f3d3 commit 91d371aCopy full SHA for 91d371a
init.lua
@@ -249,7 +249,9 @@ require('lazy').setup({
249
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
250
{
251
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
252
- config = function() require('guess-indent').setup {} end,
+ config = function()
253
+ require('guess-indent').setup {}
254
+ end,
255
},
256
257
-- NOTE: Plugins can also be added by using a table,
0 commit comments