Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudiney/vim
- Owner: Rudiney
- Created: 2020-02-13T09:26:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T18:51:10.000Z (about 1 year ago)
- Last Synced: 2024-10-11T23:31:32.953Z (3 months ago)
- Language: Vim Script
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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()`