fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.9k stars 1.45k forks source link

Lua module not found for config of vim-go. Please use a `config()` function instead #3597

Closed stephane-archer closed 8 months ago

stephane-archer commented 8 months ago

I have the following error when starting Neovim

Error detected while processing ~/.config/nvim/init.lua:
Lua module not found for config of vim-go. Please use a `config()` function instead
bhcleek commented 8 months ago

Vim-go does not provide a lua module for configuring vim-go, and I'm not an expert in configuring Neovim with Lua. A quick search suggests that the error you're seeing can be resolved in your Neovim configuration.