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 d0c4940 commit ac3e784Copy full SHA for ac3e784
init.lua
@@ -230,7 +230,7 @@ vim.opt.rtp:prepend(lazypath)
230
-- NOTE: Here is where you install your plugins.
231
require('lazy').setup({
232
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
233
- 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
234
235
-- NOTE: Plugins can also be added by using a table,
236
-- with the first argument being the link and the following
0 commit comments