Skip to content

Commit 2b2f0f8

Browse files
authored
feat: switch vim-sleuth for guess-indent.nvim (#1512)
1 parent 76cb865 commit 2b2f0f8

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

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

0 commit comments

Comments
 (0)