Fix comment about loading kickstart plugins

This commit is contained in:
Michael Koch 2023-03-08 07:07:24 +01:00
parent 4a37a0a9b1
commit 63da18c522
1 changed files with 2 additions and 2 deletions

View File

@ -175,8 +175,8 @@ require('lazy').setup({
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository. -- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them. -- Uncomment any of the lines below to enable them.
-- require 'kickstart.plugins.autoformat', -- { import ='kickstart.plugins.autoformat' },
-- require 'kickstart.plugins.debug', -- { import ='kickstart.plugins.debug' },
-- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping -- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping