hinell
hinell
@shellRaining Nice. What tool have you used to generate a flamegraph?
Just have added examples [here](https://gist.github.com/JordanDelcros/518396da1c13f75ee057#gistcomment-2238404) and [here](https://jsfiddle.net/mw7optL5/32/)
You can use `LspStop` for that. It's provided by [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
@dylan-chong Because lsp-timeout manages both LspConfig-configured LSP clients and non-LspConfig ones.
If you want to disable LSP autostart upon launching a neovim instance, you can use a dedicated option for the lsp-config: * https://github.com/neovim/nvim-lspconfig/pull/721
@gh-liu Cool, but the issue isn't always about modes. For instance, if yank `y` operator is used from normal, it isn't detected.
@telemachus Thanks. Even though I would prefer this being implemented by nvim I've actually settled down with `CursorMoved` and `TextYankPost` for now. Works pretty good. No need to rebind keymaps....
Just letting you know. Of course `treesj` is a subset of what `ts-node-action` can do. Best.
> There's a temp directory that you can access for neovim That's not the way I would implement it. Once the project's dir is renamed entire cache is going to...
`@class` obviously have to be distinguished from `@instance`