Open
Description
Hi
There is a line in lspconfig that refers to "typescript-tools" but the plugin is not installed.
...
function M.config()
local wk = require "which-key"
wk.register {
["<leader>la"] = { "<cmd>lua vim.lsp.buf.code_action()<cr>", "Code Action" },
["<leader>lf"] = {
"<cmd>lua vim.lsp.buf.format({async = true, filter = function(client) return client.name ~= 'typescript-tools' end})<cr>",
"Format",
},
....
in
Launch.nvim/lua/user/lspconfig.lua
Line 46 in 0235c4b
Either this should be revised or better to add the plugin spec to core plugins
Salim
Metadata
Metadata
Assignees
Labels
No labels