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

Cannot disable tabufline in NvChad plugins override #1

Closed
JerryLiao26 opened this issue Jul 15, 2022 · 11 comments
Closed

Cannot disable tabufline in NvChad plugins override #1

JerryLiao26 opened this issue Jul 15, 2022 · 11 comments

Comments

@JerryLiao26
Copy link

I tried to disable tabufline in NvChad config with

-- custom/chadrc.lua
local M = {}

M.plugins = {
   override = {
      ["NvChad/ui"] = {
         tabufline = {
            enabled = false,
         },
      },
   },
}

return M

Is there something missing in the init.lua file of tabufline?

@siduck
Copy link
Member

siduck commented Jul 17, 2022

i'll test this here, a sec

@WernerWessely
Copy link

I am trying something similar with statusline, does not work either:

["NvChad/ui"] = {
    statusline = {
        separator_style = "round", -- default/round/block/arrow
    },
},

Thanks for taking a look!

@siduck
Copy link
Member

siduck commented Jul 18, 2022

ok both work for me, i think its an issue with your custom config. My chadrc for example

image

@WernerWessely
Copy link

ok both work for me, i think its an issue with your custom config

You're right, it was structured wrong. Thanks!

@siduck siduck closed this as completed Jul 18, 2022
@JerryLiao26
Copy link
Author

@siduck But it's really getting weird here...
Here's my custom/chadrc.lua
image
And here's my custom/override.lua
image
As you can see, with these configurations, the statusline is working just fine but not the tabufline
image

@siduck
Copy link
Member

siduck commented Jul 18, 2022

image

thats cuz you disabled the tabufline here itself D:

@JerryLiao26
Copy link
Author

Yes but what I'm trying to do is to disable tabufline and use bufferline(for the unique name feature) but tabufline is still showing up 😭

@siduck
Copy link
Member

siduck commented Jul 19, 2022

@JerryLiao26 the unique name feature for same file will be added to tabufline soon so wait up

@siduck
Copy link
Member

siduck commented Jul 19, 2022

simplescreenrecorder-2022-07-19_12.05.58.mp4

disabling tabufline works here too btw

@JerryLiao26
Copy link
Author

@siduck Thank you for your time! I think I'll wait up then. BTW your desktop setting looks great 🤩

@siduck
Copy link
Member

siduck commented Jul 19, 2022

@siduck Thank you for your time! I think I'll wait up then. BTW your desktop setting looks great star_struck

https://github.com/siduck/chadwm

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

3 participants