lsp-lens.nvim
lsp-lens.nvim copied to clipboard
Performance problems in files which defined many functions
Try to enable git_authors and open this file:
https://github.com/neovim/neovim/blob/master/src/nvim/ex_docmd.c
It will load up your computer.
disalbe git author will solve this:
config = {
enable = true,
sections = {
git_authors = false,
},
},
You can also use https://github.com/LunarVim/bigfile.nvim plugin to disable it when the file is huge.
These of course could avoid the load-up. So I only report the issue in such a limited situation, which I already explained:
Try to enable
git_authorsand open this file:
sorry. I am missing this when I reading.