aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-07-25 17:06:40 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-07-25 17:06:40 +0800
commit897f8aa0691c7909c8e193e7b0b5843d1ed843d0 (patch)
tree120701c0bc0aaa5dc30b8ef6ab57be229832e607 /init.lua
parente4b629892343c164600e28122c4fb4f1fd90f67b (diff)
Update
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.