feat: improve config
This commit is contained in:
parent
1bec292f72
commit
9f68a648a7
15 changed files with 97 additions and 134 deletions
|
|
@ -1,6 +1,5 @@
|
|||
return {
|
||||
cmd = {
|
||||
"/usr/sbin/clangd",
|
||||
"-experimental-modules-support",
|
||||
"/usr/bin/clangd",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ end
|
|||
|
||||
return {
|
||||
lua_ls = require("lsp.lua"),
|
||||
jdtls = require("lsp.java"),
|
||||
clangd = require("lsp.clangd"),
|
||||
ts_ls = require("lsp.ts_ls"),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
return {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue