Skip to content

Commit 7ac34a3

Browse files
committed
feat: switch vim-sleuth for guess-ident.nvim
nvim-lua@2b2f0f8
1 parent aa5e036 commit 7ac34a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,10 @@ rtp:prepend(lazypath)
280280
-- NOTE: Here is where you install your plugins.
281281
require('lazy').setup({
282282
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
283-
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
283+
{
284+
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
285+
opts = {},
286+
},
284287

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

0 commit comments

Comments
 (0)