Skip to content

Commit

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

0 comments on commit 378b40b

Please sign in to comment.