Skip to content

Commit 4e9e404

Browse files
committed
chore: continue incomplete comment
1 parent 8490d5f commit 4e9e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rustaceanvim/lsp/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ M.start = function(bufnr)
165165
local bufname = vim.api.nvim_buf_get_name(bufnr)
166166
-- Force resolution of `vim.lsp.config['*']` for `ra_client_name`,
167167
-- in case it has not been set
168-
-- (This does not over
168+
-- (This does not overwrite any existing configs).
169169
vim.lsp.config(ra_client_name, {})
170170
local ra_config = vim.lsp.config[ra_client_name] or {}
171171
-- NOTE: We deep copy to prevent shared state between rust-analyzer clients

0 commit comments

Comments
 (0)