Skip to content

Commit b50fb2d

Browse files
guru245kmha915
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent 1fe80e5 commit b50fb2d

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

245245
'nvim-tree/nvim-web-devicons',
246246

0 commit comments

Comments
 (0)