nixpkgs/pkgs/misc/vim-plugins
Wael M. Nasreddine 8dccb59bac vim-plugins: honor the plugin manager re filetype and syntax
Currently, all the filetype and syntax are enabled *after* all the plugins has
already been loaded. Whilst this is the case for Pathogen, it's not
recommended when using VAM.

This commit applies the recommendation for:
- VAM[0]: The filetype and syntax are enabled *before* the plugins are loaded.
- Pathogen[1]: The filetype and syntax are enabled *after* the plugins are loaded.
- Plug[2]: The filetype and syntax are automatically enabled.

[0]: d9e865f3c2 (recommended-setup)
[1]: a553410f1b/README.markdown (runtime-path-manipulation)
[2]: 2f5f74e5e6/README.md (usage)
2020-01-07 13:13:41 -08:00
..
patches/vim-grammarous
vim2nix
aliases.nix
build-vim-plugin.nix treewide: Get rid of most parseDrvName without breaking compat 2019-11-24 17:22:28 +00:00
default.nix
generated.nix vimPlugins: update 2020-01-06 00:31:45 -08:00
overrides.nix Revert "vim-plugins: hashivim/vim-terraform: fix the filetypedetect autocmd (#76845)" 2020-01-07 13:13:41 -08:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py vimPlugins: backoff on timeout in update.py 2019-11-19 21:10:32 +01:00
vim-plugin-names vimPlugins.coc-metals: init at 2019-12-23 2019-12-23 12:25:07 -08:00
vim-utils.nix vim-plugins: honor the plugin manager re filetype and syntax 2020-01-07 13:13:41 -08:00

Instructions for adding Vim plugins to nixpkgs can be found here.