aboutsummaryrefslogtreecommitdiff
path: root/lua/user/winbar.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-10-29 13:45:08 +0200
committersrdusr <trevorgray@srdusr.com>2022-10-29 13:45:08 +0200
commit1c3506724b93b5914af223b0464b84f1c219399b (patch)
tree701f5ca76f1ec12644b2bb66d9aa983634e98892 /lua/user/winbar.lua
parent7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1 (diff)
downloaddotfiles-1c3506724b93b5914af223b0464b84f1c219399b.tar.gz
dotfiles-1c3506724b93b5914af223b0464b84f1c219399b.zip
Removed duplicate files
Diffstat (limited to 'lua/user/winbar.lua')
-rw-r--r--lua/user/winbar.lua35
1 files changed, 0 insertions, 35 deletions
diff --git a/lua/user/winbar.lua b/lua/user/winbar.lua
deleted file mode 100644
index 1573828..0000000
--- a/lua/user/winbar.lua
+++ /dev/null
@@ -1,35 +0,0 @@
-require("winbar").setup({
- enabled = true,
-
- show_file_path = true,
- show_symbols = true,
-
- colors = {
- path = "", -- You can customize colors like #c946fd
- file_name = "",
- symbols = "",
- },
-
- icons = {
- file_icon_default = "",
- seperator = ">",
- editor_state = "●",
- lock_icon = "",
- },
-
- exclude_filetype = {
- "help",
- "startify",
- "dashboard",
- "packer",
- "neogitstatus",
- "NvimTree",
- "Trouble",
- "alpha",
- "lir",
- "Outline",
- "spectre_panel",
- "toggleterm",
- "qf",
- },
-})