ymn64

Results 8 issues of 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...

request

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...

enhancement

Add color for JSON. JSON color is used by Wakatime Card. GitHub uses the color #292929 for JSON.

enhancement

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.

feature request
PR please
QOL

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...

feature request
PR please
API