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 6ba2408 commit e3cd055Copy full SHA for e3cd055
init.lua
@@ -247,8 +247,11 @@ rtp:prepend(lazypath)
247
-- NOTE: Here is where you install your plugins.
248
require('lazy').setup({
249
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
250
- 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
251
+ {
252
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
253
+ opts = {},
254
+ },
255
-- NOTE: Plugins can also be added by using a table,
256
-- with the first argument being the link and the following
257
-- keys can be used to configure plugin behavior/loading/etc.
0 commit comments