From af2750e922c20c2cd2c24111adfac762264eaf15 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 22 Jul 2025 13:16:24 -0400 Subject: removing old nvim plugin configs --- nvim/after/plugin/bufferline.lua | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 nvim/after/plugin/bufferline.lua (limited to 'nvim/after/plugin/bufferline.lua') diff --git a/nvim/after/plugin/bufferline.lua b/nvim/after/plugin/bufferline.lua deleted file mode 100644 index 53db4f3..0000000 --- a/nvim/after/plugin/bufferline.lua +++ /dev/null @@ -1,22 +0,0 @@ -vim.cmd.colorscheme "catppuccin" -vim.opt.termguicolors = true - -require("bufferline").setup({ - options = { - offsets = { - { - filetype = "undotree", - text = "Undo Zone", - text_align = "center", - separator = true - } - }, - show_buffer_icons = true, -- disable filetype icons for buffers - separator_style = "thick", - hover = { - enabled = true, - delay = 200, - reveal = {'close'} - }, - } -}) -- cgit v1.3