brainfucksec / neovim-lua

Neovim KISS configuration with Lua
GNU General Public License v3.0
822 stars 115 forks source link

settings.lua:64: module 'onedark' not found #5

Closed nobody4t closed 2 years ago

nobody4t commented 2 years ago

Hi, Thanks for the great code. But I had some issues when to use.

I just followed the readme. But when to start nvim, I got errors like

/Users/itsme/.config/nvim/lua/core/settings.lua:64: module 'onedark' not found:

I use packer as the tool for plugin.

My OS is Mac and nvim is latest branch built from code, which is 0.7.

NVIM v0.7.0-dev+1193-g72a04bda9
Build type: Release
LuaJIT 2.1.0-beta3

Did I miss anything? I think these plugins' modules should be installed automatically with packer_init.lua, right? Please help. Thanks in advance.

nobody4t commented 2 years ago

And I found the code tree is not as you descriped in the readme.

Screen Shot 2022-03-06 at 10 42 08 PM Screen Shot 2022-03-06 at 10 41 17 PM