Skip to content

Commit c59c7b4

Browse files
guru245loadre
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent 393cbc6 commit c59c7b4

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
@@ -170,7 +170,7 @@ rtp:prepend(lazypath)
170170
-- NOTE: Here is where you install your plugins.
171171
require('lazy').setup({
172172
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
173-
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
173+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
174174

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

0 commit comments

Comments
 (0)