eddyekofo94 / gruvbox-flat.nvim

Another attempt of a flat Gruvbox theme for Neovim
MIT License
243 stars 22 forks source link

Module gruvbox not found #8

Closed Sebastian-Soto-M closed 3 years ago

Sebastian-Soto-M commented 3 years ago

I tried to use your theme but the following showed up when I did error image

eddyekofo94 commented 3 years ago

Can I see your config? I can guess what's wrong but I need to be sure.

eddyekofo94 commented 3 years ago

This since the theme is written in lua, you shouldn't have it as opt because you need the theme at start time. Remove the opt then it should work just fine.

Sebastian-Soto-M commented 3 years ago

I did what you said but the message is still there. What can I do to provide you with data for you to fix this issue, screen-shots, specific configurations?

eddyekofo94 commented 3 years ago

If I close you nvim will it work out of the box? Do I need to install anything? And plus… which branch is your latest configs on?

Sebastian-Soto-M commented 3 years ago

You should have packer installed, and you could use the main branch. If there is something missing that I didn't tell you about, let me know and I'll try to respond as fast as possible

eddyekofo94 commented 3 years ago

Tried your configs and it worked fine for me with these minute changes.

Sebastian-Soto-M commented 3 years ago

The only thing I did not try from your changes was the 'use {...}' because it was included in the main statement, I'll try this out when I get home and let you know. You said it worked, so maybe I need to clear packer or something in case your change does not work. Thank you for your help!

eddyekofo94 commented 3 years ago

No problem. You need to have the theme on the runtime at start time, that was the problem. You're welcomed

Sebastian-Soto-M commented 3 years ago

In the end, all I needed to do was to remove the ~/.local/share/nvim/site/pack folder and install all my plugins again, it could have been some cache thing or the download order, I really don't know... but it's working now. Thank you for your quick response.