Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benknoble/gitignore-vim

gitignore filetype for vim
https://github.com/benknoble/gitignore-vim

git gitignore vim vim-filetype vim-ftplugin vim-plugin

Last synced: 6 days ago
JSON representation

gitignore filetype for vim

Awesome Lists containing this project

README

        

# .gitignore plugin for vim

[![This project is considered stable](https://img.shields.io/badge/status-stable-success.svg)](https://benknoble.github.io/status/stable/)

- Adds syntax and filetype to `.gitignore` files
- This means you can customize vim's behavior in `.gitignore`
- Provides useful mappable functions in `autoload`
- All functions should be mapped as `mapping_keys` to `:execute
function#name()`
- All functions support [repeat.vim](https://github.com/tpope/vim-repeat)