
add barbar, git-blame and nvim-web-devicons plugins. enable both absolute and relative line numbers
13 lines
223 B
Lua
13 lines
223 B
Lua
return {
|
|
'romgrk/barbar.nvim',
|
|
dependencies = {
|
|
'lewis6991/gitsigns.nvim',
|
|
'nvim-tree/nvim-web-devicons',
|
|
},
|
|
init = function()
|
|
vim.g.barbar_auto_setup = false
|
|
end,
|
|
opts = {},
|
|
version = '^1.0.0',
|
|
}
|