making some quality of life changes

This commit is contained in:
judokasarin 2024-03-16 13:01:46 +05:30
parent 3d9da01eb7
commit d4a07a465c
8 changed files with 84 additions and 64 deletions

View file

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