Closed DanKGooGLy closed 3 years ago
I'm installing it using paq.nvim. The plugin was able to succesfully install, but vim.cmd[[colorscheme dracula]] in my init.lua and :colorscheme dracula both don't work.
vim.cmd[[colorscheme dracula]]
init.lua
:colorscheme dracula
I can not reproduce it. Can you provide some more details?
I've switched to packer and it seems to work. I believe paq was causing the issue.
I'm installing it using paq.nvim. The plugin was able to succesfully install, but
vim.cmd[[colorscheme dracula]]
in myinit.lua
and:colorscheme dracula
both don't work.