add barbar
This commit is contained in:
parent
c63c59e977
commit
d93e6b9c09
1 changed files with 4 additions and 0 deletions
|
@ -37,4 +37,8 @@ return require('packer').startup(function(use)
|
||||||
use 'hrsh7th/nvim-cmp'
|
use 'hrsh7th/nvim-cmp'
|
||||||
use 'hrsh7th/cmp-nvim-lsp'
|
use 'hrsh7th/cmp-nvim-lsp'
|
||||||
use 'L3MON4D3/LuaSnip'
|
use 'L3MON4D3/LuaSnip'
|
||||||
|
|
||||||
|
use 'nvim-tree/nvim-web-devicons'
|
||||||
|
use 'lewis6991/gitsigns.nvim'
|
||||||
|
use 'romgrk/barbar.nvim'
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue