mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-01 23:43:31 +02:00
Theme change + arduino-language-server changes
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user