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 5efc822 commit 6d7d1d6Copy full SHA for 6d7d1d6
lua/lazy-plugins.lua
@@ -11,7 +11,10 @@
11
-- NOTE: Here is where you install your plugins.
12
require('lazy').setup({
13
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
14
- 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
+ {
15
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
16
+ opts = {},
17
+ },
18
19
-- NOTE: Plugins can also be added by using a table,
20
-- with the first argument being the link and the following
0 commit comments