Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Installation? #18

Open
starget24 opened this issue Oct 31, 2021 · 0 comments
Open

Manual Installation? #18

starget24 opened this issue Oct 31, 2021 · 0 comments

Comments

@starget24
Copy link

starget24 commented Oct 31, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant