diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-06-10 20:04:20 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-06-10 20:04:20 +0200 |
| commit | 7df868e21204c353dadc4aca911e22c612a484e1 (patch) | |
| tree | 2f77c683017917ab3624f52b2033c5a639d6c7e9 /lua | |
| parent | feat: enable color highlighting for tailwind classes (diff) | |
| download | nvim-7df868e21204c353dadc4aca911e22c612a484e1.tar.gz | |
feat: add NStefan002/visual-surround.nvim
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", |
