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: 11 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T20:56:20.000Z (over 4 years ago)
- Last Synced: 2025-04-18T09:34:28.759Z (11 months ago)
- Topics: git, gitignore, vim, vim-filetype, vim-ftplugin, vim-plugin
- Language: Vim script
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .gitignore plugin for vim
[](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)