Skip to content

Commit 91d371a

Browse files
authored
Format config function for guess-indent plugin
1 parent 991f3d3 commit 91d371a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ require('lazy').setup({
249249
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
250250
{
251251
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
252-
config = function() require('guess-indent').setup {} end,
252+
config = function()
253+
require('guess-indent').setup {}
254+
end,
253255
},
254256

255257
-- NOTE: Plugins can also be added by using a table,

0 commit comments

Comments
 (0)