Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peng1999/vimrc
My vimrc
https://github.com/peng1999/vimrc
Last synced: about 2 months ago
JSON representation
My vimrc
- Host: GitHub
- URL: https://github.com/peng1999/vimrc
- Owner: peng1999
- License: gpl-3.0
- Created: 2016-05-18T08:35:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T12:45:14.000Z (9 months ago)
- Last Synced: 2024-04-11T06:40:18.707Z (9 months ago)
- Language: Lua
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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