Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badreddinkaztaoui/fq_vim_config
https://github.com/badreddinkaztaoui/fq_vim_config
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/badreddinkaztaoui/fq_vim_config
- Owner: badreddinkaztaoui
- Created: 2024-10-27T11:08:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:19:06.000Z (3 months ago)
- Last Synced: 2024-11-10T21:35:58.121Z (3 months ago)
- Language: Vim Script
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Configuration Setup
## Prerequisites
* **Vim**: Ensure you have Vim installed on your system.
* **Vim Plug**: A plugin manager for Vim. You can install it using the following command in your terminal:```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```Steps
1. Clone the Repository
Clone this repository to your local machine:```bash
git clone https://github.com/badreddinkaztaoui/fq_vim_config.git
cd fq_vim_config && mv vimrc .vimrc && mv .vimrc ~/
```2. Install Plugins
Open Vim and run the following command to install the plugins listed in your .vimrc file:```bash
vim
:PlugInstall
```3. Configure Vim
Your .vimrc file, located in your ~/.vim/ directory, contains your Vim configuration settings. You can customize it to your liking.