You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I see the coloring is inconsistent. There are 2 problems:
Colors are not matching
VSCode has nice bright colors while NeoVim is more dimmer
Neovim:
VSCode:
I would say VSCode is much more enjoyable than NeoVim
Additional info:
iTerm2 is used
VSCode
I added then theme but no additional setup was done
NeoVim
LSP is used and Treesitter is enabled
if exists('+termguicolors')
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
endif
syntax on
set t_Co=256
colorscheme onehalfdark
let g:airline_theme='onehalfdark'
The text was updated successfully, but these errors were encountered:
As I see the coloring is inconsistent. There are 2 problems:
Neovim:
VSCode:
I would say VSCode is much more enjoyable than NeoVim
Additional info:
The text was updated successfully, but these errors were encountered: