Skip to content

Commit

Permalink
chore(Lualine): disable when neo-tree-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 12, 2024
1 parent 8571d0e commit 9e54e4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lua/aquila/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ return {
options = {
globalstatus = true,
disabled_filetypes = {
statusline = { "alpha", "neo-tree", "TelescopePrompt", "toggleterm" }
statusline = {
"alpha",
"neo-tree",
"TelescopePrompt",
"toggleterm",
"neo-tree-popup"
}
},
component_separators = '|',
-- section_separators = { left = '', right = '' },
Expand Down

0 comments on commit 9e54e4e

Please sign in to comment.