https://github.com/aceforeverd/vimrc
personal vim/neovim configuration
https://github.com/aceforeverd/vimrc
neovim vim vimrc
Last synced: 5 months ago
JSON representation
personal vim/neovim configuration
- Host: GitHub
- URL: https://github.com/aceforeverd/vimrc
- Owner: aceforeverd
- License: gpl-3.0
- Created: 2017-07-26T04:20:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-17T13:34:21.000Z (7 months ago)
- Last Synced: 2025-11-17T15:20:50.138Z (7 months ago)
- Topics: neovim, vim, vimrc
- Language: Lua
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My vim config
[](https://github.com/aceforeverd/vimrc/blob/master/LICENSE)
[](https://github.com/aceforeverd/vimrc/releases)
---
## Requirements
+ Vim 8.0+ or Neovim 0.7.0+
+ git
+ curl
## Optional Dependencies (Debian for example)
- [nerd font](https://github.com/ryanoasis/nerd-fonts)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [fd](https://github.com/sharkdp/fd)
- [bat](https://github.com/sharkdp/bat)
- sqlite3 & libsqlite3-dev
- [ctags](https://github.com/universal-ctags/ctags)
- [gtags](https://www.gnu.org/software/global/)
---
## Install
### 1. clone
```bash
git clone https://github.com/aceforeverd/vimrc.git "$CLONE_PATH"
```
where `$CLONE_PATH` is `$HOME/.vim` for vim and `$HOME/.config/nvim` for neovim
### 2. setup
`make install`