From 86628d459cabd0c29f0cdbb699e2e18807b958ed Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 13 Oct 2022 23:52:54 +0200 Subject: Removed unnecessary files/lines --- nvim/lua/plugins/winbar.lua | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 nvim/lua/plugins/winbar.lua (limited to 'nvim/lua/plugins/winbar.lua') diff --git a/nvim/lua/plugins/winbar.lua b/nvim/lua/plugins/winbar.lua deleted file mode 100644 index 1573828..0000000 --- a/nvim/lua/plugins/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