summaryrefslogtreecommitdiff
path: root/config/plugins/bufferline.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/plugins/bufferline.nix')
-rw-r--r--config/plugins/bufferline.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/plugins/bufferline.nix b/config/plugins/bufferline.nix
deleted file mode 100644
index fe1cd17..0000000
--- a/config/plugins/bufferline.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- plugins.bufferline = {
- enable = true;
-
- alwaysShowBufferline = false;
- diagnostics = "nvim_lsp";
- mode = "buffers";
- numbers = "ordinal";
- separatorStyle = "slant";
- offsets = [
- {
- filetype = "neo-tree";
- text = "neo-tree";
- highlight = "Directory";
- text_align = "left";
- }
- ];
- };
-}