Konstantin Gorodinskii

Results 16 comments of Konstantin Gorodinskii

Hi, sorry for late response. I tried several options: ```javascript const concat = require('concat') let path = "./test.js"; concat(['test1.js', 'test2.js'], path); path = String("/home/gk/test.js"); concat(['test1.js', 'test2.js'], path); ``` And all...

@derhuerst thank you

Which version of vundle do you use? I tried yesterday with latest one, and had no problem.

There is a way but it's not very user friendly. I'll make a shortcut for that.

Hi, It does support 256 colors. Which terminal do you use?

Hi, Sorry for delayed answer. Highlighting term colors is not hard. The problem is that its only numbers. If I start highlighting those it will highlight them in all files,...

Yes, that is an option. I will add that to next build if it doesn't make experience miserable =)

I made [plain theme](https://marketplace.visualstudio.com/items?itemName=konstantin.plain) for myself. «White» theme is great, but a bit «hard on eyes» for me.

@cormacrelf yes it should. But I have a problem with «SignColumn». It seems to not be affected by `hi clear`. It works however if I add another `hi clear SignColumn`....

Yes I can: NVIM v0.3.4 Os: MacOS 10.14.5 Terminal: Both MacOs terminal and iTerm `~/.config/nvim/init.vim`: ```vim set number set signcolumn=yes color github ``` The only file in `~/.config/nvim/` folder: colors/github.vim...