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

https://github.com/liascode/vim-simple-init-config

Ultra simple configuration for start using VIM
https://github.com/liascode/vim-simple-init-config

config simple vim vimrc

Last synced: 11 months ago
JSON representation

Ultra simple configuration for start using VIM

Awesome Lists containing this project

README

          

## VIM ultra simple starter config

### Usage

1- Install vim

[Vim Github Repository](https://github.com/vim/vim)

Find online a guide for your OS

2- Clone this repo

```bash
git clone https://github.com/LiasCode/vim-simple-init-config ~/.vim
```

3- Exec vim

Forget the errors and `inside vim` run

```bash
:PlugInstall
```
4- That's all

### Then continue editing the settings to your preference

```bash
vim ~/.vim
```