Skip to content

AnupPainuly/neovim-startup-analysis

Repository files navigation


Neovim plugin analyzer

check if your plugins are blazingly fast!

Table Of Contents

About The Project

Screen Shot

In the realm of modern development, having a finely tuned text editor is a must. Neovim, a popular and extensible text editor, has gained a significant following for its powerful capabilities and flexibility. Central to Neovim's allure are its plugins, which enable users to enhance their editing environment with an array of functionalities. However, as the roster of installed plugins expands, so can the issue of slower loading times during startup. In this project, we delve into the intriguing task of analyzing Neovim plugin loading times using Python.

Built With

This was built using bash 5.12 and python 3.11.2 for packer my favorite plugin manager for neovim

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python
pip install pandas matplotlib seaborn

Installation

  1. Clone the repo
git clone https://github.com/AnupPainuly/neovim-startup-analysis.git
  1. Install python packages
pip install

Usage

after you have cloned this repository you can run the build.sh script to create the logs to further clean and analyze them by calling the python script. You can make the necessary changes to the script according to your directory structure of your favourite plugin manager.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing pertaining to project, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Commit your Changes
git commit -m 'Add some AmazingFeature'
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages