Guo Ang
Guo Ang
Great Plugin! Is there a way to highlight the 'content'? It'll make the function signature looks better
I'm trying to write my own theme and need this interface. ```diff diff --git a/lua/alpha.lua b/lua/alpha.lua index 9fa8e70..69e7205 100644 --- a/lua/alpha.lua +++ b/lua/alpha.lua @@ -671,6 +671,10 @@ function alpha.setup(config) })...
For example, This command: ```cmake set(SOME_VARIABLE "some value" CACHE STRING "some description") ``` will be formatted to ```cmake set(SOME_VARIABLE "some value" CACHE STRING "some description") ``` with config `max_subgroups_hwrap =...
**Please confirm** - [X] I am running the latest version of this plugin **Is your feature request related to a problem? Please describe.** The filename of a pasted image is...
In the current implementation of Zellij, there is no way to independently set the mouse selection color within the theme configuration. Providing an option to set the mouse selection color...