Skip to content

Commit 06c41f0

Browse files
brxxlstxrssmCloudInTheSky
authored andcommitted
add plugin specs docstring, remove lazy.nvim configuration (empty) table (nvim-lua#652)
1 parent e700fcd commit 06c41f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ vim.opt.rtp:prepend(lazypath)
213213
-- :Lazy update
214214
--
215215
-- NOTE: Here is where you install your plugins.
216-
require('lazy').setup({
216+
require('lazy').setup {
217+
218+
-- [[ Plugin Specs list ]]
217219

218220
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
219221
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically

0 commit comments

Comments
 (0)