adding bufferline and changing color.lua

This commit is contained in:
judokasarin 2024-03-13 13:12:22 +05:30
parent 28d630d239
commit 3d9da01eb7
2 changed files with 49 additions and 39 deletions

View file

@ -0,0 +1,11 @@
-- return {
-- 'akinsho/bufferline.nvim',
-- version = "*",
-- dependencies = 'nvim-tree/nvim-web-devicons',
-- opts = {
-- options = {
-- mode = "buffers",
-- separator_style = "slant",
-- }
-- }
-- }