craftzdog / dotfiles-public

My personal dotfiles
6.13k stars 1.16k forks source link

Help: How can I bring back open any file on new buffer default behavior in lazyvim? #163

Closed harshv5094 closed 4 months ago

harshv5094 commented 4 months ago

Hey, I want to open everyfile on new tab in bufferline plugin so can anyone tell me how I can do it?

PowerzinBR commented 4 months ago

Hm, you mean like:

If that's the case, i think we can't do it

harshv5094 commented 4 months ago

But in lazyvim starter config, Everytime I open a file the files open in a new buffer in seperate tab just like vscode so I know that it is possible. It's just that I'm unable to find how to do that

On Sat, 16 Mar, 2024, 6:26 pm PowerDev, @.***> wrote:

Hm, you mean like:

  • launch neovim
  • launch automatically a tab in the selected file

If that's the case, i think we can't do it

— Reply to this email directly, view it on GitHub https://github.com/craftzdog/dotfiles-public/issues/163#issuecomment-2001979464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMLZSM7AVHQLYHQSAM3BM5DYYQ6QNAVCNFSM6AAAAABEZHRITGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBRHE3TSNBWGQ . You are receiving this because you authored the thread.Message ID: @.***>

PowerzinBR commented 4 months ago

Oh, i see. Maybe try to check files in ui.lua? I think the bufferline config is there

harshv5094 commented 4 months ago

Found It! Just needed to remove Buffeline Config

harshv5094 commented 4 months ago

It changes it to its default behavior

harshv5094 commented 4 months ago

image Just did this and I'm set