vim/nvim-tree: update dependencies
This commit is contained in:
parent
2adc719a87
commit
11cf997b0c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'milisims/nvim-luaref',
|
||||
'kyazdani42/nvim-web-devicons',
|
||||
'keith/swift.vim',
|
||||
'chr4/nginx.vim',
|
||||
}
|
||||
|
|
|
@ -45,7 +45,8 @@ local config = function()
|
|||
end
|
||||
|
||||
return {
|
||||
'kyazdani42/nvim-tree.lua',
|
||||
'nvim-tree/nvim-tree.lua',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
config = config,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue