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

https://github.com/tiaguinho/my-vim

My configurations and plugins for vim
https://github.com/tiaguinho/my-vim

vim vim-configs vim-configuration vimrc

Last synced: 4 months ago
JSON representation

My configurations and plugins for vim

Awesome Lists containing this project

README

          

# My vim configurations

## Install

Execute the following steps to install and use this configurations and plugins.

```bash
git clone https://github.com/tiaguinho/my-vim .vim
cd .vim
make pathogen
git submodule update --init
cd ..
ln -s .vim/vimrc .vimrc
```

## Extra packages

| package name | link |
| ---- | ---- |
| FZF | https://github.com/junegunn/fzf |