diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-07-25 17:06:40 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-07-25 17:06:40 +0800 |
commit | 897f8aa0691c7909c8e193e7b0b5843d1ed843d0 (patch) | |
tree | 120701c0bc0aaa5dc30b8ef6ab57be229832e607 | |
parent | e4b629892343c164600e28122c4fb4f1fd90f67b (diff) |
Update
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |