refactor: bufferline replaced + minor styling improvements WIP
This commit is contained in:
@@ -3,12 +3,21 @@
|
||||
-- ╰─────────╯
|
||||
return {
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
version = "*",
|
||||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
opts = function()
|
||||
return require("plugins.opts.bufferline")
|
||||
"romgrk/barbar.nvim",
|
||||
dependencies = {
|
||||
"lewis6991/gitsigns.nvim", -- OPTIONAL: for git status
|
||||
"nvim-tree/nvim-web-devicons", -- OPTIONAL: for file icons
|
||||
},
|
||||
init = function()
|
||||
vim.g.barbar_auto_setup = false
|
||||
end,
|
||||
config = function(_, opts)
|
||||
require("barbar").setup(opts)
|
||||
end,
|
||||
opts = {
|
||||
animation = false,
|
||||
},
|
||||
version = "^1.0.0", -- optional: only update when a new 1.x version is released
|
||||
},
|
||||
|
||||
-- Have buffers by tab
|
||||
|
||||
Reference in New Issue
Block a user