Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadsoul/vimconfig
My new sweetheart vim config <3
https://github.com/deadsoul/vimconfig
Last synced: 2 days ago
JSON representation
My new sweetheart vim config <3
- Host: GitHub
- URL: https://github.com/deadsoul/vimconfig
- Owner: DeaDSouL
- Created: 2016-06-10T19:10:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T15:11:44.000Z (11 months ago)
- Last Synced: 2023-12-21T18:28:44.421Z (11 months ago)
- Language: Vim Script
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT
The repository has been moved to [GitLab.com/DeaDSouL/vimConfig](https://gitlab.com/DeaDSouL/vimConfig).# vimConfig
My new sweetheart vim config <3### Installation
Once you cloned the repo, do the following1. Link to `vimrc`:
$ ln -s /path/to/vimConfig/vimrc $HOME/.vimrc
2. Link to `vim`:
$ ln -s /path/to/vimConfig/vim $HOME/.vim
3. Create the needed directories:
$ mkdir -p $HOME/.vim/{plugged,files/{bkp,inc,swap,undo}}
4. Run `vim`
5. Upgrade `vim-plug`, by hitting:
,U
6. Install/Update plugins, by hitting:
,u
7. Install the fonts
$ $HOME/.vim/plugged/fonts/./install.sh
### Finally,...
Enjoy :)