nlua.nvim icon indicating copy to clipboard operation
nlua.nvim copied to clipboard

Fix main.lua path

Open kitagry opened this issue 5 years ago • 0 comments

Hi @tjdevries, Thank you for the nice plugin!

I use this plugin in Windows10. And, I cloned lua_language_server to ${vim.fn.stdpath('cache')}/nvim_lsp/sumneko_lua/ by myself. But, nvim_lsp returns errors as the following. This is probably due to the wrong path in main.lua. I'm not certain that this fix is correct, but in my environment, this works well. If you don't like it, please feel free to close it. Thank you.

"${vim.fn.stdpath('cache')}/nvim_lsp/sumneko_lua/lua-language-server/bin/Windows/lua-language-server: cannot open ${vim.fn.stdpath('cache')}/nvim/nvim_lsp/sumneko_lua/lua-language-server/main.lua: No such file or directory\r\n"

kitagry avatar Nov 12 '20 12:11 kitagry