Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peng1999/vimrc

My vimrc
https://github.com/peng1999/vimrc

Last synced: about 2 months ago
JSON representation

My vimrc

Awesome Lists containing this project

README

        

# vimrc
My vimrc

## New lua-based config file (Neovim only)
Just symbol link `init.lua` and `lua/` to `~/.config/nvim/` directory. Run `:PackerSync` in the first run to get plugins right.

## Old vimlang-based config file

### Installation
[peng1999/config][config] is recommended to install this vimrc.

### Note
1. This vimrc reads whatever in `layers/` directory in the user config directory, so you can manage your plugins in a separate file.
2. Create directory `~/tmp/vimundo` (for vim) or `~/.config/nvim/undo` (for nvim) and vim will put undofiles there. `./setup` script in [peng1999/config][config] will do that for you.

[config]: https://github.com/peng1999/config