mini icons and stuff

This commit is contained in:
Christian Nieves
2024-07-04 06:55:10 -05:00
parent b4bd109458
commit 31b1510b06
9 changed files with 147 additions and 29 deletions

View File

@ -7,8 +7,6 @@ return {
vim.opt.termguicolors = true
require("bufferline").setup({
options = {
-- separator_style = "slope",
-- separator_style = "slant",
hover = {
enabled = true,
delay = 200,
@ -37,13 +35,6 @@ return {
truncate_name = false,
show_close_icon = false,
show_buffer_close_icons = false,
-- custom_areas = {
-- right = function()
-- local result = {}
-- table.insert(result, { text = " " .. vim.api.nvim_buf_get_name(0), fg = "#edf" })
-- return result
-- end,
-- },
},
})
end,