diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-04 13:14:01 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-04 13:14:01 +0100 |
commit | 0428a8d0e90caa7221e81c86309353b0292d8033 (patch) | |
tree | bec401fd97d9c2690093d0ceac4ec6263b36f2a1 /fnl/plugins | |
parent | adbc8cee9eadab515ee61e95b0ce8673ac6a9ad4 (diff) |
Replace minibar with filename in lualine
Diffstat (limited to 'fnl/plugins')
-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} |