Disable lualine for specific buffer type #1297
JPFrancoia
started this conversation in
Configuration
Replies: 1 comment 2 replies
-
Check out this section of the docs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm migrating from airline to lualine, and there is just one tiny bit of config I can't get to work.
I have this in my vimrc:
Basically for some buffers, I want to disable airline/lualine. This is because both airline and lualine prevents another plugin (vial-http) to display some info in the status bar. I know it's a bit of a niche use case, but any help would be appreciated.
I tried playing with the the
disabled_filetypes
anddisabled_buftypes
, but I couldn't really get what I wanted.Beta Was this translation helpful? Give feedback.
All reactions