-
Probably I haven't understood something so could you please help me? So, I have the following directory: The contents of the file are:
Then, I have the following code in my
When I open Neovim, I get the following message:
I know I did something wrong but I cannot find why. I have of course read about structuring the plugins and from what I understand, every module inside the "plugins" directory should be loaded automatically. So, I cannot find what I'm doing wrong.... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Notice the |
Beta Was this translation helpful? Give feedback.
~/.config/nvim/plugins/lsp.lua
should be~/.config/nvim/lua/plugins/lsp.lua
Notice the
/lua/