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 e700fcd commit 06c41f0Copy full SHA for 06c41f0
init.lua
@@ -213,7 +213,9 @@ vim.opt.rtp:prepend(lazypath)
213
-- :Lazy update
214
--
215
-- NOTE: Here is where you install your plugins.
216
-require('lazy').setup({
+require('lazy').setup {
217
+
218
+ -- [[ Plugin Specs list ]]
219
220
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
221
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
0 commit comments