diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 040f5b4..35fb21f 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -1,4 +1,10 @@ local plugins = { + -- Visual surround + { + "NStefan002/visual-surround.nvim", + event = "BufReadPost", + config = true, + }, -- tmux integration { "christoomey/vim-tmux-navigator", |
