about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* Merge master into staging-nextFrederik Rietdijk2019-02-18
|\
| * Merge pull request #55654 from rvolosatovs/update/vim-pluginsJörg Thalheim2019-02-18
| |\ | | | | | | vimPlugins: Update
| | * vimPlugins: UpdateRoman Volosatovs2019-02-16
| | |
| * | LanguageClient-neovim: 2018-09-07 -> 0.1.140Tobias Mayer2019-02-15
| |/
* | Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\|
| * vimPlugins: UpdateRoman Volosatovs2019-02-04
| |
* | Merge branch 'staging-next' into stagingVladimír Čunát2019-02-01
|\|
| * vimPlugins: update (#54889)Timo Kaufmann2019-01-29
| | | | | | Auto-generated update.
* | Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer2019-01-27
|\|
| * Merge pull request #54590 from symphorien/sved2Jörg Thalheim2019-01-26
| |\ | | | | | | vimPlugins.sved: init
| | * vimPlugins.sved: initSymphorien Gibol2019-01-25
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\| |
| * | Merge pull request #53084 from timokau/neovim-remote-pluginsJörg Thalheim2019-01-21
| |\ \ | | | | | | | | neovim: generate remote plugin manifest
| | * | vimUtils.buildVimPlugin: write vim errors to stderrTimo Kaufmann2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | Previously vim would silently fail when help tags couldn't be generated. We need to pass the "verbose" flag (with verbose level 1) to convince vim to print errors to standard error.
| | * | neovim: generate remote plugin manifestTimo Kaufmann2019-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure the user doesn't have to call `UpdateRemotePlugins` manually for plugins installed through nix. A minor patch to neovim is necessary, but it should be harmless. See https://github.com/neovim/neovim/issues/9413 for a discussion about the patch.
| * | | vimPlugins.bufexplorer: init at 2019-01-20ivegotasthma2019-01-20
| | |/ | |/|
| * | vimPlugins: add pname to remaining plugins (#54311)Timo Kaufmann2019-01-19
| |/ | | | | | | This makes it possible to access plugin name and version seperately (and reliably), e.g. for accessing the plugin directory using pname.
* / treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* vimPlugins.vim-slime: init at 2019-01-03Timo Kaufmann2019-01-08
|
* vimPlugins.neoterm: init at 2018-12-21Timo Kaufmann2019-01-08
|
* vimPlugins: updateTimo Kaufmann2019-01-08
|
* vimPlugins.ansible-vim: init at 2.0Dmitry Bogatov2019-01-03
|
* Merge pull request #53240 from timokau/vim-drv-recursivelyTimo Kaufmann2019-01-03
|\ | | | | vimUtils: apply pluginToDrv recursively
| * vimUtils: fix map parenthesesTimo Kaufmann2019-01-02
| |
| * vimUtils: apply pluginToDrv recursivelyTimo Kaufmann2019-01-02
| | | | | | | | | | This is necessary to handle plugin dependencies which also may be strings.
* | xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switchwedens2019-01-02
| |
* | vim-parinfer: init (#53140)Yegor Timoshenko2019-01-01
|/
* vimUtils: derive pname from the plugin string (#53121)Timo Kaufmann2018-12-31
| | | | | | | For backwards compatibility. The user may specify their own plugins without the pname attribute. In that case the attrname of the plugin (given as a string) is the pname. Fixes #53112
* vimUtils: fix requiredPluginsTimo Kaufmann2018-12-31
| | | | | | I broke this in #52767 and didn't notice because I only tested with vim and `requiredPlugins` is only used by neovim. This would break setups that use string-plugins (like pathogen) with neovim.
* vimPlugins: Fix update.py, update (#53081)Roman Volosatovs2018-12-30
|
* vimUtils.buildVimPlugin: fix helptag generation (#53071)Timo Kaufmann2018-12-30
| | | | | | I messed that up in my refactoring in #52767, since I moved the relevant bash code out of a function and failed to adjust the shell variable name. Now the plugin build will fail loudly when help tag generation fails to make sure this doesn't happen again.
* Merge pull request #52513 from ceedubs/init-vim-lscSilvan Mosberger2018-12-29
|\ | | | | vim-lsc: init at fe6d3bd
| * vim-lsc: init at fe6d3bdCody Allen2018-12-18
| | | | | | | | | | | | | | | | | | | | `natebosch/vim-lsc` is a language server client plugin for vim/neovim. This commit adds it to the `vim-plugin-names` file and the generated vim-plugins file. This is a reboot of #52407 that doesn't call the `update.py` script for vim plugins, because doing so led to quick merge conflicts. Let me know if there is a preferred way to do this.
* | vimPlugins.taglist-vim: fix buildTimo Kaufmann2018-12-28
| | | | | | | | | | The override actually broke the build, no idea why it was added originally. The build works fine without it.
* | vimPlugins: use fixed pointTimo Kaufmann2018-12-27
| |
* | vimUtils.buildVimPlugin: derive name from pname and versionTimo Kaufmann2018-12-27
| |
* | vimPlugins: UpdateTimo Kaufmann2018-12-27
| |
* | vimUtils: add dependency logic to nativeImplTimo Kaufmann2018-12-24
| | | | | | | | nativeImpl previously simply ignored dependency information.
* | vimUtils: represent vim plugins as derivationsTimo Kaufmann2018-12-24
| | | | | | | | | | | | Vim plugins were previously represented as strings by default, necessitating a `knownPlugins` set. Backwards compatibility is kept (strings are still accepted), so vam plugins should continue to work.
* | vimPlugins.ncm2-jedi: init at 2018-07-18Timo Kaufmann2018-12-24
| |
* | vimPlugins: UpdateTimo Kaufmann2018-12-23
| |
* | vimPlugins.Recover-vim: init at 2018-10-22Mario Rodas2018-12-18
|/
* vimPlugins: UpdateRoman Volosatovs2018-12-15
|
* vimPlugins: update all plugins to latest and adding vimux and ↵Rok Garbas2018-12-12
| | | | neovim-sensible plugins
* vimPlugins: UpdateRoman Volosatovs2018-12-09
|
* vimPlugins: updateRoman Volosatovs2018-12-03
|
* Merge pull request #47171 from pschuprikov/vim-clang-fixRenaud2018-11-25
|\ | | | | vim plugins: fix for multiple clang outputs, use clang 6.0
| * clighter8 (vim): set libclang path to lib outputPavel Chuprikov2018-11-25
| |
| * clang_complete (vim): fix multiple clang outputsPavel Chuprikov2018-11-25
| | | | | | | | | | Clang-specific headers and dynamic libraries now go to different outputs, and clang_complete must be able to find both
| * vim plugins: use v6.0 of the Clang libraryPavel Chuprikov2018-11-25
| | | | | | | | | | clighter8 plugin seems to be using python bindings for clang 6.0 clang_complete, another plugin using clang, works ok with this version