An open API service indexing awesome lists of open source software.

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

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```).