mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
feat(update): update
This commit is contained in:
16
lua/plugins/ui-tabs.lua
Normal file
16
lua/plugins/ui-tabs.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
"romgrk/barbar.nvim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
},
|
||||
init = function() vim.g.barbar_auto_setup = false end,
|
||||
opts = {
|
||||
insert_at_start = true,
|
||||
animation = false,
|
||||
auto_hide = false,
|
||||
sidebar_filetypes = {
|
||||
NvimTree = true,
|
||||
NeoTree = false,
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user