-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
As require('lspconfig') is deprecated, i tried to move to vim.lsp.config but no references would be found anymore
local capabilities = require("cmp_nvim_lsp").default_capabilities(vim.lsp.protocol.make_client_capabilities())
vim.lsp.config.markdown_oxide = {
capabilities = vim.tbl_deep_extend(
'force',
capabilities,
{
workspace = {
didChangeWatchedFiles = {
dynamicRegistration = true,
},
},
}
),
}
vim.lsp.enable("markdown_oxide")the lsp files coming with nvim-lspconfig seem to be identical for old and new behaviour.
Metadata
Metadata
Assignees
Labels
No labels