Skip to content

Commit 72300d4

Browse files
guru245bradenaa
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent 1da2249 commit 72300d4

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
@@ -7,7 +7,7 @@ require('lazy').setup({
77
'NMAC427/guess-indent.nvim',
88
=======
99
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
10-
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
10+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
1111

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

0 commit comments

Comments
 (0)