added wilder plugin
This commit is contained in:
parent
c285dd40be
commit
a7cf65baf4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue