typescript-tools.nvim
typescript-tools.nvim copied to clipboard
It uses too much ram when opening JS files
This only happens when i open Javascript files and not typescript. This is a project with a single Javascript file and no node_module, so why eating so much Ram?
This is my config
require("typescript-tools").setup({
settings = {
code_lens = "all",
},
})
The README already tell you that CodeLens is a experimental feature, even in VSCode is experimental, because it might hit performance of server.
The README already tell you that CodeLens is a experimental feature, even in VSCode is experimental, because it might hit performance of server.
That was not the problem. The problem was that i didn't include a jsconfig file