ymn64
ymn64
Is there a way to style the Icon, Index, Sign and Target depending on whether or not a buffer was modified? I checked the doc and it seems that the...
[BUG] Variables named TODO show up in TodoTelescope even though option comments_only is set to true
Should make ripgrep search only inside comments but how to do that with search.pattern option given that different filetypes have different comment patterns?
Currently the title of the terminal (`Terminal 1 / 1` in the pic below) uses the same highlighting group as the border (that is `FloatermBorder`) making it look awfully gray...
Add color for JSON. JSON color is used by Wakatime Card. GitHub uses the color #292929 for JSON.
For example, add an option `renderer.icons.glyphs.get_icon_func` that expects a function that takes filename, extension and options(?) as input and returns an icon and a highlight group.
Instead of having to prompt the user to enter a filename after invoking `api.fs.create`, it would be nice if we could do something like this: ```lua require('nvim-tree.api').fs.create('/path/to/file') ``` (If no...