From dec8d36cbdbb3b9c5c12792ed199892ce2e82069 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 31 Dec 2023 08:01:03 -0500 Subject: back to regular lua --- config/plugins/bufferline.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/plugins/bufferline.lua (limited to 'config/plugins/bufferline.lua') diff --git a/config/plugins/bufferline.lua b/config/plugins/bufferline.lua new file mode 100644 index 0000000..a74dfa2 --- /dev/null +++ b/config/plugins/bufferline.lua @@ -0,0 +1,20 @@ +require("bufferline").setup({ + options = { + always_show_bufferline = false, + + diagnostics = "nvim_lsp", + + mode = "buffers", + numbers = "ordinal", + separator_style = "slant", + + offsets = { + { + filetype = "neo-tree", + text = "neo-tree", + highlight = "Directory", + text_align = "left", + }, + }, + }, +}) -- cgit v1.2.3