Skip to content

Commit 957655d

Browse files
committed
Make init.lua copy-paste friendly
1 parent 6967424 commit 957655d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,13 @@ require('lazy').setup({
197197
-- require 'kickstart.plugins.autoformat',
198198
-- require 'kickstart.plugins.debug',
199199

200-
-- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
200+
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
201201
-- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping
202202
-- up-to-date with whatever is in the kickstart repo.
203+
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
203204
--
204205
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
205-
{ import = 'custom.plugins' },
206+
-- { import = 'custom.plugins' },
206207
}, {})
207208

208209
-- [[ Setting options ]]

0 commit comments

Comments
 (0)