https://github.com/aleks/vim-dotfiles
My Vim Config
https://github.com/aleks/vim-dotfiles
vim vim-dotfiles
Last synced: 11 months ago
JSON representation
My Vim Config
- Host: GitHub
- URL: https://github.com/aleks/vim-dotfiles
- Owner: aleks
- Created: 2014-02-05T13:04:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T09:01:30.000Z (about 3 years ago)
- Last Synced: 2024-10-23T08:17:00.009Z (over 1 year ago)
- Topics: vim, vim-dotfiles
- Language: Vim Script
- Homepage:
- Size: 209 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Dotfiles
## Requirements
I use [vim-plugin](https://github.com/junegunn/vim-plug) to handle my plugins. You just need to clone this repository, add symlinks and run ```:PlugInstall```. No need to install extra plugin managers.
## Dotfile Installation
```
git clone https://github.com/aleks/vim-dotfiles.git vim-dotfiles
ln -s vim-dotfiles/vimrc .vimrc
ln -s vim-dotfiles/vim .vim
ln -s vim-dotfiles/init.vim ~/.config/nvim/init.vim
```
Start ```vim```, run ```:PlugInstall```. done!
## Overwrite settings
If you want to overwrite certain settings in .vimrc but want to be able to pull from this repository in the future, add a file called ```vimrc_local``` inside the cloned respository folder (```vim-dotfiles```).