From 1c3506724b93b5914af223b0464b84f1c219399b Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 29 Oct 2022 13:45:08 +0200 Subject: Removed duplicate files --- lua/user/winbar.lua | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 lua/user/winbar.lua (limited to 'lua/user/winbar.lua') 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", - }, -}) -- cgit v1.2.3