diff options
-rw-r--r-- | fnl/plugins/lualine.fnl | 2 | ||||
-rw-r--r-- | fnl/plugins/minibar.fnl | 31 |
2 files changed, 1 insertions, 32 deletions
diff --git a/fnl/plugins/lualine.fnl b/fnl/plugins/lualine.fnl index 11291d8..80e0433 100644 --- a/fnl/plugins/lualine.fnl +++ b/fnl/plugins/lualine.fnl @@ -71,7 +71,7 @@ :always_divide_middle true :globalstatus true} :sections {:lualine_a [:mode] - :lualine_b [branch diff] + :lualine_b [:filename branch diff] :lualine_c {} :lualine_x [lsp-progress language-server diagnostics] :lualine_y [filetype] diff --git a/fnl/plugins/minibar.fnl b/fnl/plugins/minibar.fnl deleted file mode 100644 index d25489c..0000000 --- a/fnl/plugins/minibar.fnl +++ /dev/null @@ -1,31 +0,0 @@ -;; Show the filename in the top left corner. - -(local opts {:ignore-filetypes [:help - :harpoon - :startify - :dashboard - :lir - :alpha - :packer - :neogitstatus - :Trouble - :lazy - :netrw - :Outline - :neo-tree - :neo-tree-popup - :NeogitStatus - :NeogitCommitMessage - :NeogitNotification - :NeogitCommitView - :spectre_panel - ""] - :events [:CursorMoved - :TermOpen - :DirChanged - :BufWinEnter - :BufFilePost - :InsertEnter - :BufWritePost]}) - -{1 :aktersnurra/minibar.nvim :event :BufReadPre : opts} |