Skip to content

Commit

Permalink
lualine: ignore more filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 24, 2025
1 parent 13c61bb commit cc3eeb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/nixvim/plugins/lualine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ in
disabled_filetypes = {
__unkeyed-1 = "startify";
__unkeyed-2 = "neo-tree";
__unkeyed-3 = "copilot-chat";
__unkeyed-4 = "ministarter";
__unkeyed-5 = "Avante";
__unkeyed-6 = "AvanteInput";
__unkeyed-7 = "trouble";
__unkeyed-8 = "dapui_scopes";
__unkeyed-9 = "dapui_breakpoints";
__unkeyed-10 = "dapui_stacks";
__unkeyed-11 = "dapui_watches";
__unkeyed-12 = "dapui_console";
winbar = [
"aerial"
"dap-repl"
Expand Down

0 comments on commit cc3eeb3

Please sign in to comment.