add register lsp

This commit is contained in:
asep komarudin 2023-02-12 15:10:57 +07:00
parent 00af3c82b3
commit f10ddd156d
2 changed files with 19 additions and 9 deletions

View file

@ -0,0 +1,12 @@
local M = {
"bashls",
"yamlls",
"jdtls",
"intelephense",
"marksman",
"csharp_ls",
"clangd",
"dartls",
"kotlin_language_server",
}
return M