https://github.com/andy-set-studio/chizlvim
My Vim settings
https://github.com/andy-set-studio/chizlvim
Last synced: 2 months ago
JSON representation
My Vim settings
- Host: GitHub
- URL: https://github.com/andy-set-studio/chizlvim
- Owner: Andy-set-studio
- Created: 2017-05-05T20:38:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T15:16:54.000Z (about 2 years ago)
- Last Synced: 2025-01-15T04:35:45.015Z (3 months ago)
- Language: Vim Script
- Size: 111 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HankChizlJaw's Vim Setup
Here's how to setup Vim how I personally like it:
1. Make a directory for Vim stuff by running `mkdir ~/.vim`
2. Get into that directory by running `cd ~/.vim`
3. Clone this repo into that directory by running `git clone [email protected]:Andy-set-studio/chizlvim.git .`
4. Now make a symlink for the `.vimrc` that Vim looks for by running `ln -s ~/.vim/vimrc ~/.vimrc`
5. Install vundle by running `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
6. Launch vim and run `:PluginInstall`Open Vim and enjoy! 🚀