-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP fails to bind with a Neovim Buffer #202
Comments
Hey, please check the conversation for this pull request and see if it works for you: |
Same for me. Nothing works.
Part of my init.lua (every tool has latest updates and they all work flawlessly if used separately): local lspconfig = require("lspconfig")
lspconfig.arduino_language_server.setup({
--filetypes = { "c", "cpp", "objc", "objcpp", "arduino" },
enable = true,
cmd = {
"arduino-language-server",
"-cli-config",
"C:/Users/Admin/AppData/Local/Arduino15/arduino-cli.yaml",
"-fqbn",
"arduino:avr:uno",
"-cli",
"C:/Program Files/Arduino CLI/arduino-cli.exe",
"-clangd",
"C:/Users/Admin/AppData/Local/clangd/clangd.exe",
--"esp32:esp32:esp32wroover",
},
disabledFeatures = { "semanticTokens" },
} :LspLog
|
Describe the problem
I am not sure if this is a duplicate, but I cannot make
arduino-language-server
work on neovim.LSP Log:
Nvim version:
To reproduce
Open the
ino
file bufferExpected behavior
The LSP should bind to the buffer
Arduino Language Server version
0.7.6
Arduino CLI version
arduino-cli Version: 1.1.1 Commit: Homebrew Date: 2024-11-22T08:56:36Z
Operating system
macOS
Operating system version
15.1.1 (24B91)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: