Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harilvfs/vim

vimrc config with plugins prepatch
https://github.com/harilvfs/vim

vim vimrc

Last synced: 12 days ago
JSON representation

vimrc config with plugins prepatch

Awesome Lists containing this project

README

        

🌟 My Vim Config

🚀 Quick Start

Just clone the repository and run the setup script.

1. Clone the Repository

git clone https://github.com/harilvfs/vim

2. Run the Setup Script

Navigate into the cloned directory and run the setup script to automatically configure Vim:

cd vim/

./setup.sh

The script will handle everything, from installing necessary plugins to setting up your Vim environment.

3. Start Using Vim

vim

📂 File Structure

Here's a quick overview of the repository structure:

my-vim-config/

├── setup.sh # Setup script
├── vimrc # Main Vim configuration file
└── plugins.vim # Plugin manager and plugin configurations

🌱 Contributing

If you have any suggestions or improvements, feel free to fork the repository and submit a pull request. Contributions are always welcome!

🛠 Troubleshooting

If you encounter any issues during the setup or while using the configuration, please check the Issues section. You can also create a new issue if your problem is not listed.