Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable lualine on terminal #1180

Open
rajvatsal opened this issue Jan 10, 2024 · 1 comment
Open

Disable lualine on terminal #1180

rajvatsal opened this issue Jan 10, 2024 · 1 comment

Comments

@rajvatsal
Copy link

I want to disable lualine whenever I switch to terminal buffer.
I tried to do this:
opts {
disabled_buftypes = { 'terminal' }
}

Doesn't work. I could disable luline for nvim-tree by:
opts {
disabled_filetypes = { 'NvimTree' }
}

@whoop-t
Copy link

whoop-t commented Feb 25, 2024

I cant get this working for neotree

        options = {
          -- Its not using this theme current, idk why yet. Loading issue?
          theme = "tokyonight",
          component_separators = "|",
          disabled_filetypes = {
            statusline = {
              "dashboard",
              "aerial",
              "dapui_.",
              "neo%-tree",
              "NvimTree",
            },
          },
          section_separators = { left = "", right = "" },
        },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants