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

colorscheme isn't loading #34

Closed
WVoss31 opened this issue Jul 13, 2022 · 2 comments
Closed

colorscheme isn't loading #34

WVoss31 opened this issue Jul 13, 2022 · 2 comments

Comments

@WVoss31
Copy link

WVoss31 commented Jul 13, 2022

I first tried to install it manually, and created a colors folder in my .vim folder, and the entire display in vim is white (including lightline), but when I remove the colorscheme snazzy from my vimrc the lightline theme works. I tried installing it with pathogen and vim-plug, but same issue. (transparency works, so I know its reading the file). Below is my vimrc.

  1 execute pathogen#infect()
  2
  3 let g:lightline = {
  4     \ 'colorscheme': 'snazzy',
  5     \}
  6 set laststatus=2
  7 set noshowmode
  8
  9 let g:SnazzyTramsparent = 1
 10
 11 let g:SuperTabCompletionContexts = ['s:ContextText', 's:ContextDiscover']
 12 let g:SuperTabContextTextOmniPrecedence = ['&omnifunc', '&completefunc']
 13 let g:SuperTabContextDiscoverDiscovery =
 14     \ ["&completefunc:<c-x><c-u>", "&omnifunc:<c-x><c-o>"]
 15
 16 nnoremap <C-t> : hi Normal guibg=NONE ctermbg=NONE<CR>
 17
 18 set tabstop=4
 19
 20 set number
@WVoss31
Copy link
Author

WVoss31 commented Jul 13, 2022

it's not letting me commit an edit to fix the formatting, sorry

@connorholyday
Copy link
Owner

Looks like you have a typo on line 9
let g:SnazzyTramsparent = 1 should be let g:SnazzyTransparent = 1

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

2 participants