Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
630 stars 104 forks source link

Added mention of termguicolors in README #7

Closed FredeEB closed 3 years ago

FredeEB commented 3 years ago

I've been trying to make this work for a couple of hours looking through other folks configs who also use it, and it would never have occured to me that this would be the fix for the it showing no colors

I've attached two images (the the PR) of how it looks with and without option set.

vim.o.termguicolors = false

bad

vim.o.termguicolors = true

good

I added the mention in the code snippet, but if you'd rather have it in a note or something, LMK

Thank you for your work /frede