Giter Site home page Giter Site logo

vim startup takes ~2 seconds about dotfiles HOT 2 CLOSED

wookayin avatar wookayin commented on August 29, 2024
vim startup takes ~2 seconds

from dotfiles.

Comments (2)

wookayin avatar wookayin commented on August 29, 2024 1

It looks like some startup calls during init.vim are causing a slowdown. Like python3 -c "import pynvim". This is probably because of part of your system setup, and I've never experienced such slow startup times.

I will close this for now, but please feel free to re-open or provide any additional information if you need any help. Thanks.

from dotfiles.

wookayin avatar wookayin commented on August 29, 2024

Hello @smblee, thanks for the report. In all my environments, my vim startup times is around ~0.2 sec (I also use M1 and M1 pro mac). The profiling output looks very strange.

Can you try the following to see line-by-line profiling of vim script files?

:profile start /tmp/nvim-profile.log | profile func * | profile file *
source ~/.config/nvim/init.vim  " Do some slow actions
:profile pause
:noautocmd qall!

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.