vim-lsp-settings
vim-lsp-settings copied to clipboard
Very slow startup time
Hello, I noticed my vim started taking a very long time to start recently. After profiling with vim --startuptime
, turns out vim-lsp-settings
takes a full two seconds to initialize!
2074.801 2044.153 2042.883: sourcing /home/login/.vim/bundle/vim-lsp-settings/plugin/lsp_settings.vim
Unfortunately, the file isn't very detailed and I'm not sure what other files I could provide.
- The full startup file:
vim startup time
- My
.vimrc
configuration:.vimrc
(I have no.vim-lsp-settings
config dir)
It may be worth noting that I'm using NixOS, and that part of the files are stored in an AFS (file server), however it wasn't as slow as that before. Is there any way to have more details over what's taking time?