diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 21:29:34 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-26 21:29:34 +0800 |
commit | e58f70b411ae935fcd32f00d9e3983381fdc0294 (patch) | |
tree | 5672bd85da49640e599d4f340c609d74cbd5e990 /vim/lua/plugins | |
parent | 44f31b1f27c2a53cf8a4e053a50c245e379558b0 (diff) |
Update
Diffstat (limited to 'vim/lua/plugins')
-rw-r--r-- | vim/lua/plugins/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/lua/plugins/init.lua b/vim/lua/plugins/init.lua index 8c49369..f54e21d 100644 --- a/vim/lua/plugins/init.lua +++ b/vim/lua/plugins/init.lua | |||
@@ -233,6 +233,11 @@ return { | |||
233 | }, | 233 | }, |
234 | }, | 234 | }, |
235 | 235 | ||
236 | { | ||
237 | 'tpope/vim-surround', | ||
238 | lazy = false, | ||
239 | } | ||
240 | |||
236 | 241 | ||
237 | -- { | 242 | -- { |
238 | -- 'akinsho/bufferline.nvim', | 243 | -- 'akinsho/bufferline.nvim', |