Not just be dotfiles. Also provide templates and self-documentation tutorials.
- Use
stow
for hooking dotfiles into specified place - Note
- Documentations:
Or see
:help nvim-feature
innvim
- Source
This repo aim to be a readable, self-documentation dotfiles repo, Please follow the code style.
-
vimscript
- Do not use the short name of setting option. For example: Use
set incsearch
instead ofset is
.
- Do not use the short name of setting option. For example: Use
- Ben Orenstein and his dotfiles repository
- Mathias and his dotfiles repository