fix lspconfig merge error

This commit is contained in:
2021-08-18 18:06:36 -05:00
parent 74842157ef
commit 6d48de238d

View File

@@ -43,7 +43,7 @@
args [buf-uri r c]
]
(vim.lsp.buf.execute_command {:command cmd
:arguments (merge args {...})})
:arguments (a.merge args ...)})
))