Skip to content

Slow startup #195

@GordianDziwis

Description

@GordianDziwis

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'
}
EOF

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions