aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDheepak Krishnamurthy <me@kdheepak.com>2023-07-01 12:34:20 -0400
committerDheepak Krishnamurthy <me@kdheepak.com>2023-07-01 12:40:08 -0400
commit957655ddb8be837a37c8e1fd0dd7f5c49705986e (patch)
treed0ac5401b7d0d26062145349339ba6448de7d5b5
parent6967424521f3db0def39e4d73d13161121eb94b9 (diff)
Make init.lua copy-paste friendly
-rw-r--r--init.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index fd36919..f8d9383 100644
--- a/init.lua
+++ b/init.lua
@@ -197,12 +197,13 @@ require('lazy').setup({
-- require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.debug',
- -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
+ -- 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
-- up-to-date with whatever is in the kickstart repo.
+ -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
- { import = 'custom.plugins' },
+ -- { import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]