enabled kickstart plugins

This commit is contained in:
Joel Lau 2024-03-01 19:20:53 +08:00 committed by Joel Lau
parent 9f3c7fcc96
commit 634c7b3c42
No known key found for this signature in database
GPG Key ID: C2A155B2D3A77578
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ require('lazy').setup({
-- 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.
-- Uncomment any of the lines below to enable them.
-- require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.debug',
require 'kickstart.plugins.autoformat',
require 'kickstart.plugins.debug',
-- NOTE: The import below can automatically add 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