feat: add plugins, enable relative numbers
add barbar, git-blame and nvim-web-devicons plugins. enable both absolute and relative line numbers
This commit is contained in:
parent
a22976111e
commit
5e9c28e42b
4 changed files with 31 additions and 2 deletions
12
lua/custom/plugins/barbar.lua
Normal file
12
lua/custom/plugins/barbar.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue