about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* vimPlugins.deoplete-fish: init at 2018-09-15Malo Bourgon2019-04-21
|
* vimPlugins.vim-choosewin: init at 2018-06-11Malo Bourgon2019-04-21
|
* vimPlugins.NeoSolarized: init at 2018-05-07Malo Bourgon2019-04-21
|
* vimPlugins.vim-fish: init at 2017-11-22Malo Bourgon2019-04-21
|
* vimPlugins: updateMalo Bourgon2019-04-21
|
* vimPlugins.emodeline: init at 2010-10-18Jacek Galowicz2019-04-20
|
* vimPlugins: update (#59874)Timo Kaufmann2019-04-19
|
* Add vim-jdaddy plugin (alternate, faster JSON linting)Sirio Balmelli2019-04-16
| | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* Add vim plugin vim-beancountSirio Balmelli2019-04-16
| | | | Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
* vimPlugins: updateMatthieu Coudron2019-04-14
|
* vimPlugins.unicode-vim: init at 2019-03-08Matthieu Coudron2019-04-14
|
* vimPlugins.far-vim: init at 2019-02-20Matthieu Coudron2019-04-14
|
* vimPlugins.vim-rsi: init at 2019-03-15Matthieu Coudron2019-04-14
|
* vimPlugins.vCoolor.vim: init at 2018-10-06Matthieu Coudron2019-04-14
| | | | | For linux I chose zenity to generate the popups (yad can be used too). Other buildInputs are needed for macos.
* vimPlugins.vim-sneak: init at 2018-08-29Matthieu Coudron2019-04-14
|
* vimPlugin: init vim-liquid (#57810)Anders Lundstedt2019-04-13
| | | | | Added the vim-liquid plugin by following the instructions at https://nixos.wiki/wiki/Vim#Adding_new_plugins
* vimPlugins: update (#59002)Timo Kaufmann2019-04-05
|
* Merge pull request #58409 from Infinisil/vim-stylish-haskell-pathSilvan Mosberger2019-04-01
|\ | | | | vimPlugins.vim-stylish-haskell: Patch path to executable
| * vimPlugins.vim-stylish-haskell: Patch path to executableSilvan Mosberger2019-03-26
| |
* | vimPlugins: update (#58573)Timo Kaufmann2019-03-30
|/
* vimPlugins: update (#58134)Timo Kaufmann2019-03-23
|
* vimPlugins.nord-vim: init at 0.10.0Olli Helenius2019-03-21
|
* vimPlugins: update (#57796)Timo Kaufmann2019-03-17
|
* Merge pull request #57553 from Kiwi/vim-plugins-fixSilvan Mosberger2019-03-14
|\ | | | | vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputs
| * vim-plugins: typo propogatedBuildInputs -> propagatedBuildInputsRobert Djubek2019-03-13
| |
* | Merge #56586: vimPlugins.meson: init, following pkgs.mesonVladimír Čunát2019-03-08
|\ \ | |/ |/|
| * vimPlugins.meson: init, following pkgs.mesonVladimír Čunát2019-03-01
| |
* | Merge pull request #56191 from tobim/restrict-vim-updateJörg Thalheim2019-03-03
|\ \ | |/ |/| Restrict vim update.py to generated.nix
| * Restrict vim update.py to generated.nixTobias Mayer2019-02-22
| |
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | | | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* | vim: Allow independent setting of executable namesMateusz Gołębiewski2019-02-24
| | | | | | | | | | | | | | * Allow settign gvim wrapper name independently of vim wrapper name. * Allow setting vim wrapper name independently of derivation name. * Refactor multiple places where name was checked for null with default value.
* | vim-utils: include vim man pages in the output of vim_customizable.customizePatrick Callahan2019-02-24
|/
* 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
|/