NTBBloodbath / doom-one.nvim

doom-emacs' doom-one Lua port for Neovim
MIT License
211 stars 32 forks source link

Mac use doom-one #35

Closed xuyastc closed 1 year ago

xuyastc commented 1 year ago

Am I using it wrong?

image image

I just downloaded it and used it without doing anything else, but it didn't work

NTBBloodbath commented 1 year ago

Hey, that's a very odd behavior.

Cheers

mschilli87 commented 1 year ago

@NTBBloodbath: I came across this after running into the same issue: I installed doom-one.vim in homebrew's nvim using vim-plug and colorscheme doom-one resulted in no colors at all. Thanks to your suggestion, I checked termguicolors and it was off by default. Adding set termguicolors before setting the colorscheme in my init.vim fixed the problem for me.