added wilder plugin

This commit is contained in:
Yannick Reiß 2023-07-31 17:40:09 +02:00
parent c285dd40be
commit a7cf65baf4
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 6 additions and 0 deletions

View File

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