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 1fe80e5 commit b50fb2dCopy full SHA for b50fb2d
init.lua
@@ -240,7 +240,7 @@ vim.opt.rtp:prepend(lazypath)
240
-- NOTE: Here is where you install your plugins.
241
require('lazy').setup({
242
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
243
- 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
244
245
'nvim-tree/nvim-web-devicons',
246
0 commit comments