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 09f6877 commit b70e5ccCopy full SHA for b70e5cc
dot_config/nvim/init.lua
@@ -161,7 +161,10 @@ rtp:prepend(lazypath)
161
-- NOTE: Here is where you install your plugins.
162
require('lazy').setup({
163
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
164
- 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
+ {
165
+ 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
166
+ opts = {},
167
+ },
168
169
-- NOTE: Plugins can also be added by using a table,
170
-- with the first argument being the link and the following
0 commit comments