aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/plugins/editing.lua11
1 files changed, 9 insertions, 2 deletions
diff --git a/nvim/lua/plugins/editing.lua b/nvim/lua/plugins/editing.lua
index d2acd8e..b9f9283 100644
--- a/nvim/lua/plugins/editing.lua
+++ b/nvim/lua/plugins/editing.lua
@@ -1,6 +1,13 @@
1return { 1return {
2 { "tpope/vim-repeat", event = "VeryLazy" }, 2 {
3 { "tpope/vim-surround", event = "VeryLazy" }, 3 "tpope/vim-repeat",
4 event = "VeryLazy",
5 },
6
7 {
8 "tpope/vim-surround", -- alternative: "kylechui/nvim-surround"
9 event = "VeryLazy",
10 },
4 11
5 { 12 {
6 "romainl/vim-cool", 13 "romainl/vim-cool",