Skip to content

Commit ac3e784

Browse files
guru245r0xsh
authored andcommitted
feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
1 parent d0c4940 commit ac3e784

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

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

0 commit comments

Comments
 (0)