From ef1bdcd5cff7c00e0c22ccbf724b2d972be8f03a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 16 Jul 2026 08:52:04 +0200 Subject: neovim: reformat editing.lua --- nvim/lua/plugins/editing.lua | 11 +++++++++-- 1 file 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 @@ return { - { "tpope/vim-repeat", event = "VeryLazy" }, - { "tpope/vim-surround", event = "VeryLazy" }, + { + "tpope/vim-repeat", + event = "VeryLazy", + }, + + { + "tpope/vim-surround", -- alternative: "kylechui/nvim-surround" + event = "VeryLazy", + }, { "romainl/vim-cool", -- cgit v1.3