aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 0f7d550..d2a352d 100644
--- a/init.lua
+++ b/init.lua
@@ -190,6 +190,7 @@ require('lazy').setup({
190 -- require 'kickstart.plugins.autoformat', 190 -- require 'kickstart.plugins.autoformat',
191 -- require 'kickstart.plugins.debug', 191 -- require 'kickstart.plugins.debug',
192 192
193 'machakann/vim-sandwich',
193 -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua` 194 -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
194 -- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping 195 -- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping
195 -- up-to-date with whatever is in the kickstart repo. 196 -- up-to-date with whatever is in the kickstart repo.