Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 102 forks source link

Failed to run `config` for dracula.nvim #127

Closed NeuroWinter closed 3 months ago

NeuroWinter commented 3 months ago

I recently updated all my plugins for neovim and now I am getting this error whenver I start up neovim. I really have no idea what could be causing the issue.

Running NVIM v0.9.5

Failed to run `config` for dracula.nvim                                    
vim/shared.lua:0: after the second argument: expected table, got nil
# stacktrace:
  - vim/shared.lua:0 _in_ **validate**
  - vim/shared.lua:0 _in_ **tbl_deep_extend**
  - /dracula.nvim/lua/dracula/init.lua:10 _in_ **setup**
  - lua/plugins.lua:105 _in_ **config**
  - lua/plugins.lua:14
  - init.lua:2

Here is the output from my :checkhealth command: https://gist.github.com/NeuroWinter/add3cfcb03abdc6b3e47445d1bdba330

NeuroWinter commented 3 months ago

Managed to get it running, cant remember exactly what I did, but after clearing up a lot of the things in my check health and updating plugins, it seems to have solved itself.