在 vim 中第一次打开文件非常慢。我做了一个vim --startuptime start.log .vimrc. 这些是在start.log
2075.385 1790.067: opening buffers
2200.133 124.203: BufEnter autocommands
117.800 082.955 062.110: sourcing $HOME/.vimrc
247.013 073.089 073.089: sourcing /home/fwagner/.vim/bundle/vim-fat-finger/plugin/fat-finger.vim
Run Code Online (Sandbox Code Playgroud)
有没有办法加快缓冲区的打开速度?
vim ×1