From 7df868e21204c353dadc4aca911e22c612a484e1 Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 10 Jun 2024 20:04:20 +0200 Subject: feat: add NStefan002/visual-surround.nvim --- lua/pml68/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3