-
Notifications
You must be signed in to change notification settings - Fork 0
Gitignore files support
vim-scripts/gitignore.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=4568 This plugin adds syntax highlighting, code snippets (using snipMate (https://github.com/msanders/snipmate.vim)) based on https://github.com/github/gitignore snippets and supporing of tComment for `.gitignore` files in Vim. For additional information visit GitHub repository https://github.com/rdolgushin/gitignore.vim. Requirements ------------ * For using code snippets your must install snipMate (https://github.com/msanders/snipmate.vim) * For more fun try out AutoComplPop (http://www.vim.org/scripts/script.php?script_id=1879) * For commenting/uncommenting install tComment (https://github.com/tomtom/tcomment_vim) Usage ----- ### Snippets Gitignore.vim contains an usual snipMate snippets. You can use it by opening your `.gitignore` file, typing snippet name (for example, `Python`) and pressing `<Tab>` key. ### Commenting For commenting you can use standard tComment `<C-_>` keymap.