Theme change + arduino-language-server changes

This commit is contained in:
2026-07-13 16:47:20 +02:00
parent 2501b3de67
commit c3d31c1562
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -61,3 +61,12 @@ vim.lsp.config("eslint", {
},
},
})
local arduino_cap = vim.tbl_deep_extend("force", cmp_cap, {
textDocument = { semanticTokens = vim.NIL },
workspace = { semanticTokens = vim.NIL },
})
vim.lsp.config("arduino_language_server", {
capabilities = arduino_cap,
})