|
@@ -86,6 +86,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
|
if client.name == 'dprint' or client.name == 'eslint' then
|
|
if client.name == 'dprint' or client.name == 'eslint' then
|
|
-- mappings should have been attached by typescript and re-attaching can
|
|
-- mappings should have been attached by typescript and re-attaching can
|
|
-- overwrite the typescript specific overrides
|
|
-- overwrite the typescript specific overrides
|
|
|
|
+ return
|
|
end
|
|
end
|
|
|
|
|
|
local opts = { silent = true, buffer = args.buf }
|
|
local opts = { silent = true, buffer = args.buf }
|