Skip to content

Commit 8689449

Browse files
committed
feat: switch vim-sleuth for guess-indent.nvim
1 parent d350db2 commit 8689449

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)