diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-16 08:52:04 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-16 08:52:04 +0200 |
| commit | ef1bdcd5cff7c00e0c22ccbf724b2d972be8f03a (patch) | |
| tree | 64fcd48e3d04ab07e4a73835a57c4964ba772862 /nvim/lua/plugins/editing.lua | |
| parent | d54a1cf529e6a21bd740201a77598b2589df91ec (diff) | |
| download | dotfiles-ef1bdcd5cff7c00e0c22ccbf724b2d972be8f03a.tar.gz dotfiles-ef1bdcd5cff7c00e0c22ccbf724b2d972be8f03a.tar.bz2 dotfiles-ef1bdcd5cff7c00e0c22ccbf724b2d972be8f03a.zip | |
neovim: reformat editing.lua
Diffstat (limited to 'nvim/lua/plugins/editing.lua')
| -rw-r--r-- | nvim/lua/plugins/editing.lua | 11 |
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 @@ | |||
| 1 | return { | 1 | return { |
| 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", |
