summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* 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.
* vimPlugins: updateArseniy Seroka2015-05-11
|
* vim-plugins: wakatime 3.0.9 -> 4.0.0Tobias Geerinckx-Rice2015-05-03
|
* vimPlugins: vim-nerdtree-tabs, vim-buffergatorHendrik Bunke2015-04-30
|
* vimPlugins: added vim-jinjaHendrik Bunke2015-04-23
|
* vim-plugins: update youcompleteme to build with latest llvmPackagesdnhgff2015-04-07
|
* vim-plugins: wakatime 3.0.8 -> 3.0.9Tobias Geerinckx-Rice2015-04-04
| | | | | | | - upgrade wakatime cli to v4.0.7 - update requests package to v2.0.6 - update simplejson to v3.6.5 - capture warnings in log file
* vimPlugins: add vim-gistaArseniy Seroka2015-03-28
|
* vimPlugins: updateArseniy Seroka2015-03-26
|
* vim-plugins: wakatime 3.0.7 -> 3.0.8Tobias Geerinckx-Rice2015-03-10
|
* Revert "vimPlugins: update" due to bad hashesVladimír Čunát2015-02-24
| | | | | This reverts commit 57a0c44c2c3fecf8e1378fedef687eb730e17569. https://github.com/NixOS/nixpkgs/commit/f799749442489#commitcomment-9901870
* vimPlugins.Syntastic: fix fetchgit hashVladimír Čunát2015-02-24
| | | | | I've got no idea why the hash was wrong. I hope the hashes aren't unstable. Reported on http://unix.stackexchange.com/questions/186519/unable-to-install-vim-plugins
* wakatime 20150213 -> 3.0.7Tobias Geerinckx-Rice2015-02-19
|
* vimPlugins: updateArseniy Seroka2015-02-18
|
* vimPlugins.YCM: fix shaArseniy Seroka2015-02-17
|
* vim-plugins: add wakatimeTobias Geerinckx-Rice2015-02-16
|
* vimplugins: update vim2nix and VAMArseniy Seroka2015-02-09
|
* vim-plugins: add sensibleValérian Galliat2015-02-08
|
* vimPlugins.youCompleteMe: fix nameArseniy Seroka2015-02-07
| | | | | Using date instead of rev See https://github.com/NixOS/nixpkgs/pull/4499#issuecomment-58805580 for more info why.
* vimPlugins.YouCompleteMe: name should reflect revisionRok Garbas2015-02-06
|
* vimPlugins.YouCompleteMe: updated to latestRok Garbas2015-02-06
|
* update vam, vim2nix, fixes 6183Marc Weber2015-02-06
|
* vim-plugins: add xkb-switchArseniy Seroka2015-02-04
|
* Revert "vim-plugins: update"Arseniy Seroka2014-12-18
| | | | | | This reverts commit b736b20203960cc068092e5c5e3b693322fb1c43. Because `vim-plugin-names-to-nix` doesn't create sha's.
* vim-plugins: updateArseniy Seroka2014-12-18
|
* yunocommit-vim: fix linkArseniy Seroka2014-12-05
|
* yunocommit-vim: update pluginArseniy Seroka2014-12-05
|
* Refactoring vim plugins again:Marc Weber2014-12-04
| | | | | | | | | | | | | | - sort automatcially generated vim derivations - move the plugins to be derived by VAM into its own file: vim-plugin-names - rename vimrc into vimUtils moving all common code into it so that it is possible to use it within ~/.nixpkgs/config.nix - Moving all important documentation into vimUtils - provide vimPlugins.pluginnames2Nix to provide a bin/vim-* command writing updated derivations into its buffer VAM's repository's nix.vim got some improvements @ VAM repository, eg hg fetchout out got fixed and shell failures are noticed now (Thanks to Arseniy Seroka)
* Fix the Vim Plugins DocumentationLysergia2014-11-30
|
* fix typos and remove useless importsArseniy Seroka2014-11-24
|
* racer: add pkg and vim pluginArseniy Seroka2014-11-24
|
* sort pluginsArseniy Seroka2014-11-20
|
* vim: add pluginsArseniy Seroka2014-11-19
|
* vim-plugins/YouCompleteMe: fix buildAristid Breitkreuz2014-11-16
|
* fix missing sha and revArseniy Seroka2014-11-13
|
* fix travis eval and remove duplicateArseniy Seroka2014-11-13
|
* vim-plugins: fix missing depsArseniy Seroka2014-11-12
|
* experimental/vim-vam-pathogen-vimrc-supportMarc Weber2014-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements derving a .vimrc from vim-plugins.nix loading those plugins by either Pathogen or VAM (VAM seems to be slightly faster and is much more powerful). Example: environment.systemPackages = [ # default plain vim vim_configurable # vim which get's called vim-with-addon-nix (vim_configurable.customize { name = "vim-with-addon-nix"; vimrcConfig.vam.pluginDictionaries = [{name = "vim-addon-nix"; }]; }) ]; This way you can provide an "enhanced Vim" and a standard Vim. Details about what this commit changes: 1) provide a new toplevel name vimrc which * provides a way to build up a .vimrc using either pathogen or VAM (knowing about plugin dependencies by name) * can enhance vim to support. vim.customize { name = "name-user"; vam.pluginDictionaries and/or pathogen.pluginNames = .. } * introduce rtp names for each vim plugin pointing to the runtimepath path * suggest naming to be the same as vim-pi so that VAM's dependencies work * derive some packages as example from vim-pi using VAM's new autoload/nix.vim supporting simple dependencies * test case for vim-addon-nix for VAM/pathogen 2) enhance vim_configurable to support .customize 3) update many plugins by using VAM's implementation not rewriting those which * vim-pi doesn't know about the git source yet (TODO: make vim-pi be aware of those) * have special build code This commit partially conflicts with commits done by Bjørn Forsman starting by 37f961628b, eg the one using lower case attr and pkg names, because they don't match vim-pi (eg YouCompleteMe). Rather than resolving the conflict this just adds aliases so that both names can be used
* vim-plugins: add and updateArseniy Seroka2014-10-21
|
* vim-plugins: sort alphabeticallyBjørn Forsman2014-10-20
|
* vim-plugins: use commit dates instead of commit ids as version numbersBjørn Forsman2014-10-20
| | | | | | | | Git commit ids shouldn't be used as version numbers in nixpkgs: * they don't increase monotonically * they don't always start with a digit, causing nix to not parse them as version numbers, and instead sees them as part of the package name, causing the package to (seemingly) conflict with itself upon upgrade.
* vim-plugins: coffee-script: start version number with digitBjørn Forsman2014-10-20
| | | | Or else nix will see it as part of package name.
* vim-plugins: use lower case attr and pkg namesBjørn Forsman2014-10-20
| | | | | | (According to the nixpkgs manual.) Keep old attrnames around for backward compatibility.
* vim-plugins: update source hash for command-tBjørn Forsman2014-10-20
| | | | | | And use fetchzip instead of fetchurl towards github.com to not let this happen again. (fetchzip checks the hash on the *extracted* archive, so changes in compression algo etc. doesn't change the hash.)
* vim-plugins: buildVimPlugin: drop needless 'path' argumentBjørn Forsman2014-10-20
| | | | Derive 'path' from the plugin name instead.