ViiEx / nvim

My NeoVim configuration
2 stars 0 forks source link

[Bug] NvChad_ui TabBuffer Line crushes in few cases #2

Closed ViiEx closed 1 year ago

ViiEx commented 1 year ago

Seems like the Buffer line is crushing in few cases. Doing a bit of digging to see what is wrong.

Error seems to occure when closing all buffers.

ViiEx commented 1 year ago

Tabufline crushing reproduce steps:

  1. Open 2 buffers or more so the plugin initialized,
  2. After that either delete the buffers 1 by one. The last one to close will crush the plugin | or press the X on the right side of the tabufline to close all buffers.
ViiEx commented 1 year ago

Possible solution.

After initializing when trying to close last buffer create a new empty with enew

ViiEx commented 1 year ago

This issue will not be resolved due to the fact that the NvChad plugins are not meant to support other configurations as states at their readme.

Other than that this repo has migrated from using the NvChad_ui back to bufferline.nvim and lualine.nvim.