-
Notifications
You must be signed in to change notification settings - Fork 66
Slow startup #195
Copy link
Copy link
Closed
Description
Description
I profiled nvim startup time with nvim-startup.
Wiki.vim takes about 0.5 seconds to load, compared to nvim's startup time 0.1 this is a lot.
Minimal working example
set nocompatible
filetype off
call plug#begin('~/.neovim/bundle')
Plug 'henriquehbr/nvim-startup.lua'
Plug 'lervag/wiki.vim'
call plug#end()
syntax on
filetype plugin indent on
lua <<EOF
require 'nvim-startup'.setup {
startup_file = '/var/tmp/nvim-startuptime'
}
EOFReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels