Skip to content

Commit 8df1898

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
add plugin specs docstring, remove lazy.nvim configuration (empty) table (nvim-lua#652)
1 parent b0aec33 commit 8df1898

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

init.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ vim.opt.rtp:prepend(lazypath)
218218
-- :Lazy update
219219
--
220220
-- NOTE: Here is where you install your plugins.
221-
require('lazy').setup({
221+
require('lazy').setup {
222+
223+
-- [[ Plugin Specs list ]]
222224

223225
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
224226
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
@@ -808,7 +810,7 @@ require('lazy').setup({
808810
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
809811
-- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
810812
-- { import = 'custom.plugins' },
811-
}, {})
813+
}
812814

813815
-- The line beneath this is called `modeline`. See `:help modeline`
814816
-- vim: ts=2 sts=2 sw=2 et

0 commit comments

Comments
 (0)