i dont even know argh
This commit is contained in:
@ -11,7 +11,6 @@ return {
|
||||
local lsps = {
|
||||
-- "lua_ls",
|
||||
"html",
|
||||
"rust_analyzer",
|
||||
"marksman",
|
||||
"sqlls",
|
||||
"bashls",
|
||||
@ -48,11 +47,6 @@ return {
|
||||
function(server_name) -- default handler (optional)
|
||||
require("lspconfig")[server_name].setup({})
|
||||
end,
|
||||
-- Next, you can provide a dedicated handler for specific servers.
|
||||
-- For example, a handler override for the `rust_analyzer`:
|
||||
["rust_analyzer"] = function()
|
||||
require("rust-tools").setup({})
|
||||
end,
|
||||
["omnisharp_mono"] = function()
|
||||
require("lspconfig").omnisharp_mono.setup({
|
||||
handlers = {
|
||||
|
Reference in New Issue
Block a user