check if your plugins are blazingly fast!
- About the Project
- Built With
- Getting Started
- Prerequisites
- Installation
- Usage
- Contributing
- Authors
- Acknowledgements
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.
This was built using bash 5.12 and python 3.11.2 for packer my favorite plugin manager for neovim
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
- Clone the repo
git clone https://github.com/AnupPainuly/neovim-startup-analysis.git
- Install python packages
pip install
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.
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.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.