Skip to content

Commit 16d5199

Browse files
guru245Fernando
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent ae41675 commit 16d5199

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

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

0 commit comments

Comments
 (0)