We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5e036 commit 7ac34a3Copy full SHA for 7ac34a3
init.lua
@@ -280,7 +280,10 @@ rtp:prepend(lazypath)
280
-- NOTE: Here is where you install your plugins.
281
require('lazy').setup({
282
-- 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
+ {
284
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
285
+ opts = {},
286
+ },
287
288
-- NOTE: Plugins can also be added by using a table,
289
-- with the first argument being the link and the following
0 commit comments