about summary refs log tree commit diff
path: root/pkgs/vim
Commit message (Collapse)AuthorAgeFilesLines
* Refactor own Vim version into its own module.aszlig2015-03-181-333/+0
| | | | | | | | | | Gets rid of my own crap in the vuizvui pkgs namespace and makes it easier for other users to selectively use my Vim configuration. It's still not as fleshed out as I wish it would be, but let's do that later if needed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Update nixAddon and add vimAddonErrorFormats.aszlig2014-12-161-2/+9
| | | | | | | | The latter is a newly introduced (well... not exactly introduced but actually referenced, I think it was there before) dependency of nixAddon. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Add dependencies for vim-haxe plugin.aszlig2014-12-091-0/+21
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Use correct name for single vimscript files.aszlig2014-11-011-2/+7
| | | | | | | | | Just threw me out of zone, because I was terribly annoyed on why the hell Python indentation isn't done correctly anymore. If the file path is something like "indent/script4316.vim", Vim won't load it because it's searching for "indent/$ftname.vim". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/vim: Remove obsolete config.nix.aszlig2014-10-141-287/+0
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* pkgs/vim: Add vim-addon-goto-thing-at-cursor.aszlig2014-10-131-0/+7
| | | | | | The plugins "vim-haxe" and "vim-addon-nix" need this dependency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* vim: Move overrides and config into pkgs/vim.aszlig2014-10-132-0/+580
The main reason for doing this is to avoid collisions with other vim variants in <nixpkgs> which are expecting an .override attribute. Moving it into pkgs/ entirely also has the advantage of being properly namespaced rather than "all over the place" and we also don't clash anymore with existing Vim packages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>