File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -197,12 +197,13 @@ require('lazy').setup({
197
197
-- require 'kickstart.plugins.autoformat',
198
198
-- require 'kickstart.plugins.debug',
199
199
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`
201
201
-- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping
202
202
-- 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.
203
204
--
204
205
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
205
- { import = ' custom.plugins' },
206
+ -- { import = 'custom.plugins' },
206
207
}, {})
207
208
208
209
-- [[ Setting options ]]
You can’t perform that action at this time.
0 commit comments