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 {
|
return {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'milisims/nvim-luaref',
|
'milisims/nvim-luaref',
|
||||||
'kyazdani42/nvim-web-devicons',
|
|
||||||
'keith/swift.vim',
|
'keith/swift.vim',
|
||||||
'chr4/nginx.vim',
|
'chr4/nginx.vim',
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,8 @@ local config = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'kyazdani42/nvim-tree.lua',
|
'nvim-tree/nvim-tree.lua',
|
||||||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
config = config,
|
config = config,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue