diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-24 12:07:42 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-24 12:07:42 +0200 | 
| commit | 542d718387de8d44e338c21d928075eab87d8bda (patch) | |
| tree | 8a5792522cdaf33d7f319643d118fa3f4c963a2f /nvim | |
| parent | e1b21ad07733f2b8938d7413daa5a3bf1dbd0752 (diff) | |
feat: vim surrounding
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins.lua | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index ba92221..9497a80 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -37,6 +37,9 @@ require("lazy").setup({    -- Comments    "tpope/vim-commentary", + +  -- Surrounding +  'tpope/vim-surround',    -- Some lsp shit    'mason-org/mason.nvim', @@ -44,6 +47,7 @@ require("lazy").setup({    -- Wakatime    'wakatime/vim-wakatime', +  -- Markdown    {      'OXY2DEV/markview.nvim',      lazy = false, | 
