Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/bigvim
Vim configuration
https://github.com/ruanyl/bigvim
vim
Last synced: 4 days ago
JSON representation
Vim configuration
- Host: GitHub
- URL: https://github.com/ruanyl/bigvim
- Owner: ruanyl
- Created: 2013-11-12T15:55:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T16:01:13.000Z (about 1 month ago)
- Last Synced: 2025-01-12T19:01:48.422Z (11 days ago)
- Topics: vim
- Language: Vim Script
- Homepage:
- Size: 7.07 MB
- Stars: 331
- Watchers: 17
- 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
![image](https://user-images.githubusercontent.com/486382/143928606-63e40713-01e6-42e0-b328-7c1f6d01b587.png)
## 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 ``
![image](https://user-images.githubusercontent.com/486382/143928011-ef3e7521-60b5-47dd-8bc1-9cb0e27f9cc3.png)## Find buffers `,b`
![image](https://user-images.githubusercontent.com/486382/143928204-070c1d10-02f4-47a2-9b7e-41ace10e58d4.png)## Find recent files `,m`
![image](https://user-images.githubusercontent.com/486382/143928749-f85f770c-e798-4441-a621-30cfae3fba94.png)## File explorer `,e`
![image](https://user-images.githubusercontent.com/486382/143928853-6e97d8ff-3adf-4748-84e3-d144c2a36a5b.png)