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
So i tried to install it manually, copied autoload/color.vim code to ~/.vim/autoload/color.vim and colors/doom-one.vim code to ~/.vim/colors/doom-one.vim, and when i set the colorscheme to my .vimrc it went black and white like #1, but since i am using vim 8.2 the workarounds from there didn't work .
Here is my .vimrc config
1 syntax on
2
3 filetype on
4
5 colorscheme doom-one
6
7 set encoding=utf8
8
9 let g:airline_powerline_fonts = 1
10
11 let g:airline_theme='deus'
12
13 let g:airline#extensions#tabline#enabled = 1
14
15 let g:airline#extensions#tabline#left_sep = ' '
16
17 let g:airline#extensions#tabline#left_alt_sep = '|'
18
19 let g:airline#extensions#tabline#formatter = 'default'
20
21 set number
I installed onedark in the meantime in the same way and syntasis work great but the bg was set to a weird brownish color instead of the bluish that is supposed to, i don't know if this had anything to do with doom-one not working but maybe its worth it pointing it out.
The text was updated successfully, but these errors were encountered:
So i tried to install it manually, copied autoload/color.vim code to ~/.vim/autoload/color.vim and colors/doom-one.vim code to ~/.vim/colors/doom-one.vim, and when i set the colorscheme to my .vimrc it went black and white like #1, but since i am using vim 8.2 the workarounds from there didn't work .
Here is my .vimrc config
I installed onedark in the meantime in the same way and syntasis work great but the bg was set to a weird brownish color instead of the bluish that is supposed to, i don't know if this had anything to do with doom-one not working but maybe its worth it pointing it out.
The text was updated successfully, but these errors were encountered: