Neovim: Difference between revisions
Phanirithvij (talk | contribs) m fixup links |
m →Troubleshooting: added lua-language-server: Dynamically linked executable error |
||
Line 284: | Line 284: | ||
== Troubleshooting == <!--T:59--> | == Troubleshooting == <!--T:59--> | ||
==== lua-language-server: Dynamically linked executable error ==== | |||
In your <code>~/.local/state/nvim/lsp.log</code>, you have the following error: | |||
<syntaxhighlight> | |||
[ERROR][2025-06-07 23:13:15] ...p/_transport.lua:36 "rpc" "lua-language-server" "stderr" "Could not start dynamically linked executable: /home/incogshift/.local/share/nvim/mason/packages/lua-language-server/libexec/bin/lua-language-server\nNixOS cannot run dynamically linked executables intended for generic\nlinux environments out of the box. For more information, see:\nhttps://nix.dev/permalink/stub-ld\n" | |||
</syntaxhighlight> | |||
refer to: [https://stackoverflow.com/a/78215911/27134695 stackoverflow comment] | |||
== References == <!--T:27--> | == References == <!--T:27--> |