Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aceforeverd/vimrc
personal vim/neovim configuration
https://github.com/aceforeverd/vimrc
neovim vim vimrc
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T03:15:53.000Z (2 months ago)
- Last Synced: 2024-09-13T15:38:02.916Z (2 months ago)
- Topics: neovim, vim, vimrc
- Language: Lua
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My vim config
[![GitHub](https://img.shields.io/github/license/aceforeverd/vimrc?style=flat-square)](https://github.com/aceforeverd/vimrc/blob/master/LICENSE)
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/aceforeverd/vimrc?include_prereleases&style=flat-square)](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`