mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 09:24:29 +02:00
add register lsp
This commit is contained in:
parent
00af3c82b3
commit
f10ddd156d
2 changed files with 19 additions and 9 deletions
12
lua/custom/register_lsp.lua
Normal file
12
lua/custom/register_lsp.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
local M = {
|
||||
"bashls",
|
||||
"yamlls",
|
||||
"jdtls",
|
||||
"intelephense",
|
||||
"marksman",
|
||||
"csharp_ls",
|
||||
"clangd",
|
||||
"dartls",
|
||||
"kotlin_language_server",
|
||||
}
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue