rust analyzer works again

This commit is contained in:
2024-07-31 07:19:44 -05:00
parent cbe3db74f4
commit 5c2a34ed4c
5 changed files with 66 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ function M.map(mode, lhs, rhs, opts)
vim.keymap.set(mode, lhs, rhs, default_opts)
end
function M.nmap(...)
M.map("n", ...)
end
function M.lsp_config_defaults()
return {
root_dir = require("lspconfig.util").root_pattern(