We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e189f commit b2af42aCopy full SHA for b2af42a
init.lua
@@ -246,8 +246,8 @@ rtp:prepend(lazypath)
246
--
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
+ -- NOTE: Plugins can be added via a link or github org/name. To run setup automatically, use `opts = {}`
+ { 'NMAC427/guess-indent.nvim', opts = {} },
251
252
-- NOTE: Plugins can also be added by using a table,
253
-- with the first argument being the link and the following
0 commit comments