Ankanna

Results 7 comments of Ankanna

@qcam Thanks for the update and quick solution

@speeddragon Sure, I will update `timeout` will let you know.

@speeddragon I updated timeout to `100000` and I tried to catch the error > [error] Task #PID started from #PID terminating 2019-12-16T12:07:37+05:30 ** (stop) exited in: Task.await(%Task{owner: #PID, pid: #PID,...

"Solarized Color Scheme Settings ``` set t_Co=256 syntax enable let g:solarized_termtrans = 1 let g:solarized_termcolors=256 set background=light or set background=dark colorscheme solarized ``` **warning** Do not miss the order

@Leeiio May be the vim using the degrading colors . Change the two following lines as like so ``` set t_Co=16 let g:solarized_termcolors=16 It works in most cases......... ```

@Leeiio After looking into your screen shot it is slightly different from what is have suggested things This is how your vimrc file should look like .. ``` set t_Co=16...

@Leeiio all the above solutions works only if your terminal built in color scheme is either one of the `solarized-dark or solarized-light` At Initial I thought you have been set...