add bufferline

This commit is contained in:
Alexander Navarro 2023-05-16 14:24:17 -04:00
parent 7b2cfd98dd
commit e647e33d8f
4 changed files with 120 additions and 17 deletions

View file

@ -8,7 +8,6 @@ return {
lazy = false,
config = function()
local tree = require("nvim-tree")
local tree_cb = require("nvim-tree.config").nvim_tree_callback
local api = require("nvim-tree.api")
tree.setup({
@ -32,7 +31,7 @@ return {
},
view = {
centralize_selection = true, -- center current file on enter
width = 30, -- N° of columns or %
width = 30, -- N° of columns or %
},
on_attach = function(bufnr)
local function opts(desc)