shaunsingh

Results 182 comments of shaunsingh
trafficstars

Hi, I would love to add more colorful syntax, especially for function names. Could you kindly share a pic of vscode with the same file open?

Sorry for the long delay, I'll push the fix (along with a revamp of the theme) soon

working on a rewrite which will include a fix, eta about a few days or so

I just added Cmp highlights a few days back (its actually what prompted me to start this issue, a user talked to me about it and I didn't even know...

@dakennguyen Nord.nvim should support DiagnosticWarn and such, I've linked it to the old LspDiagnostics... highlights https://github.com/shaunsingh/nord.nvim/blob/d96e7e3fa955ef89788f4d6e14cdff07a162cf15/lua/nord/theme.lua#L286-L301 @VKondakoff Sorry for the late response, I'll take a look and add it soon

Looks like the git blame color is a bit darker then I would like it to be, and the cursorline can likely be a bit darker. That should solve both...

I'm not really all too experienced with non-guicolor terminals, but I'll look into it

I'm not the poster but, for me full package means 1. available via melpa 2. working ootb Currently the biggest blockers (imo) are 1. the unmentioned dependency on org (and...

If you want to run any command on start with vim, you can use an autocmd. In this case, you could put the following line in your .vimrc `autocmd vimenter...