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
I'm new to Neovim and trying to configure my first neovim setup
I liked this plugin and i'm trying to configure it using some exemple found at the Custom Galaxyline configuration (#issue).
I got as example for a first try the Zarainia setup (setup link).
Somehow it works (show in the image below), but not as expected.
I keep being warned about this error: "luaeval('require("galaxyline").component_decorator')("decoratorName")"
I get this error everytime i do an action like changing files (via Netrw).
i tried to change the decorator name for one of those used in the examples folder. But it didn't worked
If i comment the first left section, it works without giving any error
(Commented section)
(Galaxyline working without problem in netrw and file)
I've discovered what happens to do the error and solved it.
It occours because the method called to get the the File Icon Color method doesn't handle if the buffer i'm in is a plugin or netrw. So when i enter in one of those buffers that is not a file, it breaks the code.
I'm new to Neovim and trying to configure my first neovim setup
I liked this plugin and i'm trying to configure it using some exemple found at the Custom Galaxyline configuration (#issue).
I got as example for a first try the Zarainia setup (setup link).
Somehow it works (show in the image below), but not as expected.
I keep being warned about this error: "luaeval('require("galaxyline").component_decorator')("decoratorName")"
I get this error everytime i do an action like changing files (via Netrw).
i tried to change the decorator name for one of those used in the examples folder. But it didn't worked
If i comment the first left section, it works without giving any error
(Commented section)
(Galaxyline working without problem in netrw and file)
That is my galaxyline configuration galaxyline.lua
The text was updated successfully, but these errors were encountered: