badwolf icon indicating copy to clipboard operation
badwolf copied to clipboard

Not enabled for markdown and other file types

Open ColinMaudry opened this issue 5 years ago • 1 comments

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 avatar Apr 17 '20 08:04 ColinMaudry

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

ColinMaudry avatar Apr 17 '20 08:04 ColinMaudry