New Snippets for all filetypes

This commit is contained in:
2023-07-31 18:09:26 +02:00
parent a323c503b5
commit 092db34f94
6 changed files with 28 additions and 26 deletions

View File

@@ -14,12 +14,7 @@ return require('packer').startup(function(use)
ts_update()
end,
}
use {
'gelguy/wilder.nvim',
config = function()
-- config goes here
end,
}
use { 'gelguy/wilder.nvim' }
use { 'junegunn/fzf', run = ":call fzf#install()" }
use 'junegunn/fzf.vim'
-- use 'Valloric/YouCompleteMe'