/MyVim

vimrc config

Primary LanguageVim ScriptMIT LicenseMIT

🌟 My Vim Config

🚀 Quick Start

Just clone the repository and run the setup script.

1. Clone the Repository

git clone https://github.com/aayushx402/MyVim

2. Run the Setup Script

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

cd MyVim
./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.