summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/vim-utils.nix
Commit message (Expand)AuthorAge
* neovim: set packpath only if there are packagesMatthieu Coudron2021-06-07
* vim-utils: append customRC after plug / pathogen plugins are loadedTim Cuthbertson2021-06-06
* neovimUtils: makeNeovimConfig accepts plugins/customRcMatthieu Coudron2021-05-25
* vimUtils: dont use the alias to vim-pathogenMatthieu Coudron2021-05-25
* tests.vim: init (moved from vim-utils.nix) (#119467)Matthieu Coudron2021-04-21
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
* neovim: add config to passthru (#101100)Matthieu Coudron2020-10-20
* vim-utils: restore `beforePlugins` optionIsaac W Hanson2020-05-06
* Merge pull request #74846 from rummik/vam-regressionTimo Kaufmann2020-03-19
|\
| * vim-utils: Fix converting vam.pluginDictionaries to VimL*Kim Zick (rummik)2020-03-19
* | vimUtils.vimrcFile: fixes packpath ordervasile luta2020-01-23
* | vim-plugins: honor the plugin manager re filetype and syntaxWael M. Nasreddine2020-01-07
* | vim-plugins: remove unused and empty neobundleImplWael M. Nasreddine2020-01-07
* | vim-plugins: remove unused and empty vundleImplWael M. Nasreddine2020-01-07
* | Revert "vimPlugins: turn filetype and syntax before sourcing the plugins (#66...Wael M. Nasreddine2020-01-07
|/
* treewide: remove redundant quotesvolth2019-09-08
* treewide: remove redundant recvolth2019-08-28
* treewide: remove redundant quotesvolth2019-08-26
* vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)Wael Nasreddine2019-08-13
* Merge pull request #52685 from timokau/fzf-vim-depMaximilian Bosch2019-08-11
|\
| * vimPlugins: fix vam dependency handlingTimo Kaufmann2019-02-19
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
* | vim: Allow independent setting of executable namesMateusz Gołębiewski2019-02-24
* | vim-utils: include vim man pages in the output of vim_customizable.customizePatrick Callahan2019-02-24
* | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\|
| * neovim: generate remote plugin manifestTimo Kaufmann2019-01-18
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* vimUtils: fix map parenthesesTimo Kaufmann2019-01-02
* vimUtils: apply pluginToDrv recursivelyTimo Kaufmann2019-01-02
* vimUtils: derive pname from the plugin string (#53121)Timo Kaufmann2018-12-31
* vimUtils: fix requiredPluginsTimo Kaufmann2018-12-31
* vimUtils.buildVimPlugin: derive name from pname and versionTimo Kaufmann2018-12-27
* vimUtils: add dependency logic to nativeImplTimo Kaufmann2018-12-24
* vimUtils: represent vim plugins as derivationsTimo Kaufmann2018-12-24
* vim-utils: fix broken vim-plug implementation.Thomas Kerber2018-09-20
* vimUtils: replace vim-addon-nix with vim-nixJörg Thalheim2018-09-20
* vimPlugins: Add vim-plug addon implementationRoman Volosatovs2018-09-20
* neovim wrapper: also make <vimplugin>.pythonDepedencies a functionSymphorien Gibol2018-07-27
* lib/debug: fix use-sites of deprecated debug functionsProfpatsch2018-04-27
* vim_configurable: enable overridesMaximilian Bosch2018-02-07
* vim-plugins: add `overrideAttrs` support for `buildVimPluginFrom2Nix`Maximilian Bosch2017-10-01
* vim-plugins: add {pre,post}Install hooks to `buildVimPlugin`Maximilian Bosch2017-09-25
* vim-utils: Handle overriding knownPlugins betters.Evan Danaher2017-03-19
* Merge pull request #23256 from edanaher/ensimeMichael Raskin2017-03-18
|\
| * vim-plugins: Add infrastructure for python[3]Dependencies.Evan Danaher2017-02-27
* | vim-plugins: use https for github repositoriesDaiderd Jordan2017-03-04
|/
* vim_configurable: Add packPath option to vimrcConfig (#22776)Nick Novitski2017-02-22
* vim.vam: fix filetype detectionJörg Thalheim2017-02-13
* Merge #16501: add a guide about vim pluginsVladimír Čunát2017-01-30
|\
| * Add nixpkgs documentation about how to create a derivation with Vim + pluginsMarc Weber2016-06-25