nixpkgs/pkgs/misc/vim-plugins
Wael Nasreddine a3bf0c2e40
vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)
Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
2019-08-13 12:25:06 -07:00
..
patches/vim-grammarous
vim2nix
aliases.nix
build-vim-plugin.nix
default.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
generated.nix vimPlugins: update (#66491) 2019-08-12 11:29:07 +02:00
overrides.nix Merge pull request #52685 from timokau/fzf-vim-dep 2019-08-11 17:16:36 +02:00
readme.md Update documentation about adding new Vim plugins to nixpkgs 2019-07-14 17:13:29 -07:00
update.py
vim-plugin-names vimPlugins: update; 2019-07-30 12:55:53 +03:00
vim-utils.nix vimPlugins: turn filetype and syntax before sourcing the plugins (#66536) 2019-08-13 12:25:06 -07:00

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