Suraj N. Kurapati

Results 148 comments of Suraj N. Kurapati

Thanks, the new active session indicator (blue circle) is helpful. :+1: Sure, a blue bar would be fine for current active session, but if I may suggest: I think using...

Oops, I figured it out: `let g:conoline_use_colorscheme_default_normal=1` is the culprit. When that's used along with [the gruvbox colorscheme](https://github.com/morhetz/gruvbox), running `:setlocal cursorcolumn` has no effect. :beetle:

I have converted this issue into a pull request by attaching a patch that fixes the underlying problem. :gift:

:+1: Looks good, thanks for the corrections. :memo:

@fedemp what was the problem and how did you fix it? :cold_sweat: I'm getting weird colors under NVIM 0.1.2 with `NVIM_TUI_ENABLE_TRUE_COLOR=1` but outside tmux: ![screenshot](https://cloud.githubusercontent.com/assets/9863/13156793/17ef74e2-d639-11e5-97b6-92fe20a67151.png)

@fedemp Thanks for explaining. :+1: Sorry about the miscommunication: I had updated my comment afterwards to clarify that I could reproduce the problem _outside_ of tmux. :sweat_smile: @polyzen I'm using...

Nope, it's definitely Gruvbox. :disappointed_relieved: To be sure, I checked against [the Yowish colorscheme](https://github.com/kabbamine/yowish.vim) in st and xterm: ## Yowish in st (24-bit colors) ![2016-02-18-204703_634x388_scrot](https://cloud.githubusercontent.com/assets/9863/13166788/d20d567c-d680-11e5-89e9-2e400ec6497c.png) ## Yowish in xterm (256...

Yes, I'm synced to commit 3f228101cdd5ae818415c7ebbcb42078c2476ea3, which is master currently. :confounded: @fedemp does this happen for you in NeoVim directly under st?

As expected, I have same the problem inside the current tmux master (attached to st 0.6) too: ![2016-02-19-122439_724x388_scrot](https://cloud.githubusercontent.com/assets/9863/13188063/0334c0a4-d704-11e5-9116-a03ce25f778c.png) @fedemp What OS or Linux distro are you using? Perhaps this bug...

I tried compiling st from source myself (at commit 4fdba860c8db70035e9749806ecc6ca2d7c418d0) but no luck; the problem still occurs. I'll try asking in the st mailing list and also try a different...