Andrey Osiyuk
Andrey Osiyuk
Just found time to tackle the issue. Here's what I found out. `Object.create(null)` works fine and doesn't have problem. The problem is that `fast-querystring` uses V8 optimization by defining function...
@joaomoreno can we merge it?
@j-hui just found out that if I setup `root_dir = require('lspconfig').util.root_pattern('package.json')` for `ts_ls` it doesn't show up even tho it attached to the buffer in `:LspInfo`. I think it's related...
Would be possible to add option to disable some of comparators on large files? This also would help to get over with #1681 I did same thing for treesitter and...
@thekiba rebased on `main` branch. Should be okay now.