idc changed a lot of files
This commit is contained in:
parent
628baf3eea
commit
94d2955ab0
31 changed files with 267 additions and 80 deletions
|
@ -1,12 +1,14 @@
|
|||
local servers = {
|
||||
clangd = {},
|
||||
pyright = {},
|
||||
lua_ls = require('lsp.lua_ls'),
|
||||
gopls = {},
|
||||
rust_analyzer = {},
|
||||
bashls = {},
|
||||
hls = {},
|
||||
clangd = {},
|
||||
eslint = {},
|
||||
gopls = {},
|
||||
hls = {},
|
||||
jdtls = {},
|
||||
kotlin_language_server = {},
|
||||
lua_ls = require('lsp.lua_ls'),
|
||||
pyright = {},
|
||||
rust_analyzer = {},
|
||||
ts_ls = {},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue