https://github.com/ruanyl/bigvim
Vim configuration
https://github.com/ruanyl/bigvim
vim
Last synced: about 1 year ago
JSON representation
Vim configuration
- Host: GitHub
- URL: https://github.com/ruanyl/bigvim
- Owner: ruanyl
- Created: 2013-11-12T15:55:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T16:01:13.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:11:06.096Z (about 1 year ago)
- Topics: vim
- Language: Vim Script
- Homepage:
- Size: 7.07 MB
- Stars: 330
- Watchers: 16
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# bigvim
### Requires NVIM v0.8.0

## Install
```bash
git clone https://github.com/ruanyl/bigvim.git ~/.vim
mkdir -p ~/.config/nvim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
# Install vim-plug
curl -fLo $HOME/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# Open nvim and install plugins
:PlugInstall
```
### Install ripgrep
```bash
brew install ripgrep
```
## Find files ``

## Find buffers `,b`

## Find recent files `,m`

## File explorer `,e`
