about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* Merge pull request #12859 from seagreen/vinegar-vim-pluginArseniy Seroka2016-02-08
|\ | | | | vim-plugins: add vinegar
| * vim-plugins: add vinegarIan Grant Jeffries2016-02-07
| |
* | vimPlugins: update 2016-01-22Arseniy Seroka2016-01-22
|/
* vimPlugins.youcompleteme: enable on unixDaiderd Jordan2016-01-19
|
* vimPlugins.youcompleteme: patch default python pathDaiderd Jordan2016-01-16
|
* vimPlugins: move vim2nix into nixpkgs repoArseniy Seroka2016-01-10
|
* vimPlugins: update 2016-01-09Arseniy Seroka2016-01-09
|
* vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2Daiderd Jordan2016-01-08
|
* vimPlugins: update 2016-01-05Arseniy Seroka2016-01-05
|
* vimPlugins: update 2016-01-04Arseniy Seroka2016-01-04
|
* vimPlugins: update 2015-12-17Arseniy Seroka2015-12-17
|
* vimPlugins: update to 11.12.2015Arseniy Seroka2015-12-11
|
* nix-prefetch-scripts: Split into multiple derivationsTuomas Tynkkynen2015-12-04
| | | | | | | This makes it possible to e.g. only install nix-prefetch-git and not the others. Closes #7399.
* vim-plugins: add colorschemes and colorstepperStefan Junker2015-10-30
|
* vimPlugins: some vim addons got removed in e206ea5b probably by accidentRok Garbas2015-10-16
|
* vimPlugins.vim-startify: init at 2015-08-20Théophane Hufschmitt2015-10-05
|
* vimPlugins.vim-nix: init at 2015-05-10Théophane Hufschmitt2015-10-05
|
* vimPlugins: added some pluginsThéophane Hufschmitt2015-10-05
|
* vimPlugins.ctrlp: fixed upstream urlThéophane Hufschmitt2015-10-05
|
* vimPlugins.gundo: fixed upstream urlThéophane Hufschmitt2015-10-05
|
* vimPlugins: 2015-09-21 updateArseniy Seroka2015-09-21
|
* vimPlugins: 2015-09-17 updateArseniy Seroka2015-09-17
|
* vimPlugins: add vim-jadeRehno Lindeque2015-09-16
|
* vimPlugins: 2015-09-01 updateArseniy Seroka2015-09-01
|
* vimPlugins.unite: Init at 2015-08-29Benjamin Staffin2015-08-30
| | | | unite works nicely together with vimshell.
* Merge pull request #9556 from kamilchm/vim-goArseniy Seroka2015-08-31
|\ | | | | vimPlugins: replace unmaintained vim-golang with vim-go
| * vimPlugins: replace unmaintained vim-golang with vim-goKamil Chmielewski2015-08-30
| |
* | Merge pull request #9506 from benley/vim2nixArseniy Seroka2015-08-30
|\ \ | |/ |/| vimUtils.pluginnames2nix: fixes for non-nixos systems
| * vimUtils.pluginnames2nix: fixes for non-nixos systemsBenjamin Staffin2015-08-28
| | | | | | | | | | | | | | Now referring to the nix prefetch scripts through their nixpkgs derivation in order to make sure their shebang lines are rewritten properly. Otherwise nix-prefetch-hg fails on Ubuntu (and probably Debian) systems, where /bin/sh is not bash.
* | vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, ↵Rok Garbas2015-08-29
| | | | | | | | vim-signify, vim-webdevicons
* | vimPlugins: updated (and sorted alphabetically)Rok Garbas2015-08-29
| |
* | Merge pull request #9320 from kamilchm/vimPlugins-molokaiDomen Kožar2015-08-29
|\ \ | |/ |/| vimPlugins: add molokai
| * vimPlugins: add molokaiKamil Chmielewski2015-08-19
| |
* | vimproc: Fix when run on non-NixOS linux distrosBenjamin Staffin2015-08-27
|/ | | | | | | Prior to this change, if there exists a /lib*/ld-linux*.so.2 on a system, vimproc will try to load vimproc_linux64.so or vimproc_linux32.so instead of vimproc_unix.so, which is what nix actually builds.
* vimPlugins: add CheckAttach, vimwikiEric Sagnes2015-08-06
|
* vimPlugins: fix evaluationArseniy Seroka2015-07-29
|
* vimPlugins: 2015-07-29Arseniy Seroka2015-07-29
|
* vimPlugins: add vim-multiple-cursorsRehno Lindeque2015-07-20
|
* vimPlugins: add changeColorScheme-vimLeroy Hopson2015-07-09
|
* vimPlugins: add random-vimLeroy Hopson2015-07-09
|
* vimPlugins: change wombat256 source to githubLeroy Hopson2015-07-08
| | | | | | | See issue #8694. Previously wombat256 was downloading its source from the vim website using fetchurl. The builder was failing when it tried to unpack the .vim source file. Using the vim-scripts github repo avoids this problem.
* vimPlugins: add vim-sleuthLeroy Hopson2015-07-04
|
* vimPlugins: add CSApproxLeroy Hopson2015-07-04
|
* vimPlugins: update 2015-06-27Arseniy Seroka2015-06-27
|
* vimPlugins: 2015-06-16 updateArseniy Seroka2015-06-16
|
* vimPlugins.youcompleteme: use clang instead of clang-unwrapped on darwinDaiderd Jordan2015-06-15
|
* fix: vim-xkbswitch proper libArseniy Seroka2015-06-07
|
* vim plugins: refactor and regenerateArseniy Seroka2015-06-01
|
* vim-plugins: vim-wakatime -> 4.0.1Tobias Geerinckx-Rice2015-06-01
| | | | | | | | | | | | | | | - upgrade wakatime cli to v4.0.14 - make sure config file has api_key - only display setup complete message first time setting up cfg file - don't log time towards git temporary files - prevent slowness in quickfix window to fix #24 - reuse SSL connection across multiple processes for improved performance - correctly display caller and lineno in log file when debug is true - project passed with --project argument will always be used - new --alternate-project argument - fix bug with auto detecting project name - correctly log message from py.warnings module - handle plugin_directory containing spaces
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.