Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benknoble/gitignore-vim
- Owner: benknoble
- License: bsd-3-clause
- Created: 2019-07-24T03:51:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T20:56:20.000Z (about 3 years ago)
- Last Synced: 2024-07-14T00:16:48.504Z (4 months ago)
- Topics: git, gitignore, vim, vim-filetype, vim-ftplugin, vim-plugin
- Language: Vim script
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)