brainfucksec / neovim-lua

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

Need to add monokai package to your setup #1

Closed kyp0717 closed 3 years ago

kyp0717 commented 3 years ago

Here is the error msg: vim(colorscheme)185: Cannot find color scheme "monokai"

brainfucksec commented 3 years ago

Hi @kyp0717, you need to download the packages in the list with Paq:

https://github.com/brainfucksec/neovim-lua#installation

RyanGreenup commented 3 years ago

I think the issue is that you can't run :PaqInstall on the first startup because the config stops loading after 58: cmd('colorscheme monokai') fails.

To get set up you can comment that out on the first start.