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 393cbc6 commit c59c7b4Copy full SHA for c59c7b4
init.lua
@@ -170,7 +170,7 @@ rtp:prepend(lazypath)
170
-- NOTE: Here is where you install your plugins.
171
require('lazy').setup({
172
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
173
- 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
174
175
-- NOTE: Plugins can also be added by using a table,
176
-- with the first argument being the link and the following
0 commit comments