typescript-tools.nvim
typescript-tools.nvim copied to clipboard
Crashes in a file of about 15k lines (.ts)
I have been using this plugin for the past few months and it has been great with its performance but today while editing a file of around 15k lines (a big file I admit), it kept lagging and made the editing almost impossible.
So I want to put together a few points:
Is this plugin meant to deal with this large file?
Am I missing some sort of configuration options or anything else I am missing?
Here is my conf:
{ "pmizio/typescript-tools.nvim", lazy = false, dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig", { "saghen/blink.cmp", lazy = false, priority = 1000, }, }, ft = { "typescript", "typescriptreact", "javascript", "javascriptreact" }, opts = {}, }