Skip to content

Commit c849dde

Browse files
rivenirvanaChillerDragon
authored andcommitted
fix: Load guess-indent.nvim
(cherry picked from commit de21fef) Thanks @rivenirvana for fixing my indent owo nvim-lua#1532
1 parent afb880c commit c849dde

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
@@ -251,7 +251,7 @@ rtp:prepend(lazypath)
251251
-- NOTE: Here is where you install your plugins.
252252
require('lazy').setup({
253253
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
254-
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
254+
{ 'NMAC427/guess-indent.nvim', opts = {} }, -- Detect tabstop and shiftwidth automatically
255255

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

0 commit comments

Comments
 (0)