typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

Crashes in a file of about 15k lines (.ts)

Open itse4elhaam opened this issue 10 months ago • 0 comments

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 = {}, }

itse4elhaam avatar Feb 20 '25 18:02 itse4elhaam