added wilder plugin

This commit is contained in:
2023-07-31 17:40:09 +02:00
parent c285dd40be
commit a7cf65baf4

View File

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