We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
There is a line in lspconfig that refers to "typescript-tools" but the plugin is not installed.
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
The text was updated successfully, but these errors were encountered: