summaryrefslogtreecommitdiffstats
path: root/doc/fzf_gitignore.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
commit5e2607d93f98e0394d1d68b1d6592b2d0a11f52f (patch)
tree6002f0061b13d1876685aea1469e850cf4aa4ba1 /doc/fzf_gitignore.txt
parent3d80a66e7be229a014989b798fc4fad8e579946d (diff)
downloadvim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.tar.gz
vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.zip
Remove docs so docs of installed plugins are up to date
Diffstat (limited to 'doc/fzf_gitignore.txt')
-rw-r--r--doc/fzf_gitignore.txt85
1 files changed, 0 insertions, 85 deletions
diff --git a/doc/fzf_gitignore.txt b/doc/fzf_gitignore.txt
deleted file mode 100644
index 4d94748c..00000000
--- a/doc/fzf_gitignore.txt
+++ /dev/null
@@ -1,85 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gitignore') == -1
-
-*fzf_gitignore.txt* Create useful .gitignore files for your project
-
-Author: Filip SzymaƄski <fszymanski.pl@gmail.com>
-
-==============================================================================
-CONTENTS *fzf-gitignore-contents*
-
- 1. Introduction |fzf-gitignore-introduction|
- 2. Configuration |fzf-gitignore-configuration|
- 3. Commands |fzf-gitignore-commands|
- 4. Mappings |fzf-gitignore-mappings|
- 5. License |fzf-gitignore-license|
- 6. Bugs |fzf-gitignore-bugs|
- 7. Contributing |fzf-gitignore-contributing|
-
-==============================================================================
-INTRODUCTION *fzf-gitignore-introduction*
-
-fzf[1] interface for creating .gitignore files using the gitignore.io[2] API.
-
-Note: This plugin was inspired by helm-gitignore[3].
-
-==============================================================================
-CONFIGURATION *fzf-gitignore-configuration*
-
- *g:fzf_gitignore_no_maps*
-Set this option to disable all key mappings.
->
- let g:fzf_gitignore_no_maps = 1
-<
-Default: Not defined (number)
-
- *g:fzf_gitignore_map*
-Set this option to change the |<Plug>(fzf-gitignore)| key mapping.
->
- let g:fzf_gitignore_map = '<Leader>i'
-<
-Default: '<Leader>gi' (string)
-
-==============================================================================
-COMMANDS *fzf-gitignore-commands*
-
- *:FzfGitignore*
-Create .gitignore file.
-
-==============================================================================
-MAPPINGS *fzf-gitignore-mappings*
-
- -----------------------------------+----------------------------------------
- Mapping | Description ~
- -----------------------------------+----------------------------------------
- <Plug>(fzf-gitignore) | Create .gitignore file
- -----------------------------------+----------------------------------------
-
-==============================================================================
-LICENSE *fzf-gitignore-license*
-
-MIT
-
-==============================================================================
-BUGS *fzf-gitignore-bugs*
-
-If you find a bug please create an issue on GitHub.
-
-https://github.com/fszymanski/fzf-gitignore/issues
-
-==============================================================================
-CONTRIBUTING *fzf-gitignore-contributing*
-
-Think you can make this plugin better? Awesome. Fork it on GitHub and create
-a pull request.
-
-https://github.com/fszymanski/fzf-gitignore
-
-==============================================================================
-
-[1] https://github.com/junegunn/fzf
-[2] https://www.gitignore.io/
-[3] https://github.com/jupl/helm-gitignore
-
- vim: tw=78 ts=8 ft=help norl
-
-endif