Skip to content

Commit 501167d

Browse files
guru245ests
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent a5ec49a commit 501167d

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

230230
'famiu/bufdelete.nvim',
231231

0 commit comments

Comments
 (0)