Mike
Mike
It would be great to support config files along side environment variables, in Unix this files could be placed in the "standard" `XDG_DATA_HOME` config directory, meanwhile in Windows `%LOCALAPPDATA%` could...
Right now apps broadcast messages to all subscribed clients, it would be nice if the apps could send messages just some of the clients, something like this /message?token=&client= Broadcast messages...
Add [gotify](https://gotify.net/)(@gotify) support
Macros and functions prototypes declarations are mark as references or not find at all ```cpp // Basic function prototyping // (); void foo(...); int foo(int m, float p); CustomType foo(CustomType...
Predicates can do more complex filters if they know were the file/directory is located, right now there's no easy way to get files under certain directories (ex: grab all files...
Is there a way to use skate in "local" mode, and don't sync anything to the cloud?
`nvim` may be too common of a module name to have it global available, this cause problems with users that wrote their own module or with any other plugin using...
I was wondering if there's a plan to upstream this plugin to [Vim](https://github.com/vim/vim), I think it would be very nice to have this natively available at least the syntax highlight...