vim-surround

This commit is contained in:
Micke Nordin 2022-08-12 15:31:08 +02:00
parent 23195e00be
commit b3fe5537ce
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -14,6 +14,7 @@ Plug 'nvim-lua/telescope.nvim'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " Dependecy for telescope
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'rodjek/vim-puppet'
Plug 'tpope/vim-surround'
Plug 'mrk21/yaml-vim' " For hieradata
Plug 'vim-ruby/vim-ruby' " For Facts, Ruby functions, and custom providers
Plug 'WhoIsSethDaniel/toggle-lsp-diagnostics.nvim'