We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490d5f commit 4e9e404Copy full SHA for 4e9e404
lua/rustaceanvim/lsp/init.lua
@@ -165,7 +165,7 @@ M.start = function(bufnr)
165
local bufname = vim.api.nvim_buf_get_name(bufnr)
166
-- Force resolution of `vim.lsp.config['*']` for `ra_client_name`,
167
-- in case it has not been set
168
- -- (This does not over
+ -- (This does not overwrite any existing configs).
169
vim.lsp.config(ra_client_name, {})
170
local ra_config = vim.lsp.config[ra_client_name] or {}
171
-- NOTE: We deep copy to prevent shared state between rust-analyzer clients
0 commit comments