summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* 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
* | vimPlugins.vim-ps1: init at 2017-10-20Sean Haugh2018-11-19
|/
* vimPlugins.vim-go: use the correct motion derivation for the dependencyWael M. Nasreddine2018-11-14
|
* Merge pull request #49881 from kalbasit/nixpkgs_vimplugins-gist-depend-on-webapiRenaud2018-11-09
|\ | | | | vimPlugins.gist-vim: gist-vim depends on WebApi
| * vimPlugins.gist-vim: gist-vim depends on WebApiWael M. Nasreddine2018-11-07
| |
* | Merge pull request #49612 from siriobalmelli/vim-cscope-autoloadRenaud2018-11-09
|\ \ | | | | | | add vim plugin vim-scripts/autoload_cscope.vim
| * | add vim plugin vim-scripts/autoload_cscope.vimSirio Balmelli2018-11-01
| | |
* | | vimPlugins.yats-vim: init at 2018-10-17Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.zoomwintab-vim: init at 2018-04-14Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.vissort-vim: init at 2014-01-31Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.vim-colemak: init at 2016-10-16Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.vim-better-whitespace: init at 2018-06-11Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.traces-vim: init at 2018-10-14Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.PreserveNoEOL: init at 2013-06-14Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.pig-vim: init at 2017-06-08Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.emmet-vim: init at 2018-10-06Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.vim-terraform: init at 2018-08-02Wael M. Nasreddine2018-11-07
| | |
* | | vimPlugins.direnv-vim: init at 2017-12-29Wael M. Nasreddine2018-11-07
| |/ |/|
* | vim-plugins: vim-go: add missing binaries gocode, gocode-mod and the go-toolsWael M. Nasreddine2018-11-05
| |
* | vim-plugins: vim-go: patch go#config#BinPath() instead of the callerWael M. Nasreddine2018-11-05
| |
* | Merge pull request #49669 from kalbasit/nixpkgs_provide-binaries-for-vim-goJörg Thalheim2018-11-04
|\ \ | | | | | | Provide all the binaries needed by the vim-go plugin
| * | vim-plugins: vim-go: provide the binaries required for the plugin to be ↵Wael M. Nasreddine2018-11-02
| | | | | | | | | | | | functional
* | | vim-plugins: automatic version bumpsTrolli Schmittlauch2018-11-04
| | | | | | | | | | | | | | | The recommended ./update.py script for adding new plugins also bumps the version of already existing plugins.