Closed ayushxx7 closed 3 years ago
I have started using a color scheme that caters to all programming languages properly.
If there is a need to switch color schemes (rare), I can switch using :colo
for all the windows, and switch back to the original one again using the same command.
To make it simpler, I have created maps,
"quickly switch colorscheme
map ,m :colorscheme molokai<CR>
map ,c :colorscheme PaperColor<CR>
map ,t :colo tender<CR>
Closed in: https://github.com/ayushxx7/dotfiles/commit/e227eedbcacf0f34ec54775f75c6cb4265bd1efb
I recently added the following in my
.vimrc
.Now, whenever I enter a JS file, the
tender
colorscheme is applied, but it messes up indentlines. It's fixed when I reapplycolorscheme tender
Default colors
Switch to JS File
The output from conceal: Here,
guibg
seems to be the culpritFixed when setting tender scheme once more
How do I fix this?