- Adds syntax and filetype to
.gitignore
files- This means you can customize vim's behavior in
.gitignore
- This means you can customize vim's behavior in
- Provides useful mappable functions in
autoload
- All functions should be mapped as
mapping_keys
to:execute function#name()<CR>
- All functions support repeat.vim
- All functions should be mapped as