Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudiney/vim

My personal vim config
https://github.com/rudiney/vim

Last synced: about 1 month ago
JSON representation

My personal vim config

Awesome Lists containing this project

README

        

# Install
1. Install/Update VIM and some dependencies using HomBrew: `brew install vim ripgrep lazygit rustup`
1. Clone this repo to ~/.vim: `gh repo clone Rudiney/vim ~/.vim`
1. Create aliases from the default vimrc location to the cloned location: `ln -s ~/.vim/.vimrc ~/.vimrc`
2. Install [VimPlug](https://github.com/junegunn/vim-plug#vim)
- and them, on vim: `:PlugInstall`

### Rust dependencies for Clap with grep2 (https://sourabhbajaj.com/mac-setup/Rust/)
1. rustup-init
1. https://github.com/liuchengxu/vim-clap/blob/master/INSTALL.md#rust
1. restart the terminal and on vim: `:call clap#installer#build_all()`