You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using a recent build (november 2020 & up) of neovim 0.5?
Do you certify having read the readme or are ready for being shamed for not having read the manual?
Description
If you want to disable the file icons it does not work if you place it inside of after/barbar.lua it will show the error.
If you place the setup inside of init.lua then it works properly
To Reproduce
dont install the file icons plugin and try to do setup in after like the typical plugin setup
I did some more testing it should be noted that vim.g.barbar_auto_setup = false needs to go into init.lua while the rest of the setup can go into after/barbar.lua
Maybe this is obvious but I am pretty new to neovim and this is not pointed out, I can open a PR for this in the README
Preamble (you can delete this section):
Description
If you want to disable the file icons it does not work if you place it inside of
after/barbar.lua
it will show the error.If you place the setup inside of init.lua then it works properly
To Reproduce
dont install the file icons plugin and try to do setup in after like the typical plugin setup
Informations
Neovim version: 0.11.0-nightly+85295f
The text was updated successfully, but these errors were encountered: