Compare commits

...

2 Commits

Author SHA1 Message Date
f9ee084b95 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-07 20:40:38 +09:00
f087afaae4 update lspconfig 2026-05-07 20:40:33 +09:00

View File

@@ -26,21 +26,6 @@ return {
cmd = { vim.fn.stdpath("config") .. "/shell/clangd-direnv.sh" } cmd = { vim.fn.stdpath("config") .. "/shell/clangd-direnv.sh" }
}) })
vim.lsp.config("rust_analyzer", {
capabilities = capabilities,
settings = {
["rust-analyzer"] = {
workspace = {
symbol = {
search = {
kind = "all_symbols",
}
}
}
}
}
})
vim.lsp.enable("hls") vim.lsp.enable("hls")
end, end,
} }