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

Not enabled for markdown and other file types #38

Open
ColinMaudry opened this issue Apr 17, 2020 · 1 comment
Open

Not enabled for markdown and other file types #38

ColinMaudry opened this issue Apr 17, 2020 · 1 comment

Comments

@ColinMaudry
Copy link

Hello :)

I've installed your great theme. I see it applied in JSON files, but not in Python, Bash nor Markdown files.

Is there extra configuration to do to generalize your theme to all supported file types?

Here is the beginning of my init.vim:

call plug#begin('~/.vim/plugged')    
     
Plug 'xolox/vim-misc'    
Plug 'xolox/vim-session'    
Plug 'kien/ctrlp.vim'    
" Plug 'jacoborus/tender.vim'    
" Plug 'rakr/vim-one'    
Plug 'sjl/badwolf'    
     
Plug 'itchyny/lightline.vim'    
Plug 'tpope/vim-fugitive'    
     
call plug#end()    
     
     
set termguicolors    
syntax enable    
colorscheme "badwolf" 

Thanks!

@ColinMaudry ColinMaudry changed the title Not enabled for markdown Not enabled for markdown and other file types Apr 17, 2020
@ColinMaudry
Copy link
Author

I've just run PlugClean to remove the unused themes: no change.

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