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 ae41675 commit 16d5199Copy full SHA for 16d5199
init.lua
@@ -248,7 +248,7 @@ vim.opt.rtp:prepend(lazypath)
248
-- NOTE: Here is where you install your plugins.
249
require('lazy').setup({
250
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
251
- 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
252
253
-- NOTE: Plugins can also be added by using a table,
254
-- with the first argument being the link and the following
0 commit comments