summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
Commit message (Collapse)AuthorAge
* 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.
* | vim-plugins: add jedi-vimTrolli Schmittlauch2018-11-04
|/ | | | | As this is a python3 plugin it'd be nice to check for python3 support in the used vim, but apparently nobody else does this.
* vim-plugins/iceberg initDenny Schäfer2018-10-29
|
* vimPlugins.clang_complete: fix path to libclang.soMaximilian Bosch2018-10-20
| | | | | | | | | | | With the current plugin configuration I get the following error when opening a C/C++ file in ViM: ``` "main.cpp" 246L, 7522C Loading libclang failed, completion won't be available. Are you sure '/nix/store/jdz3pbl853dw6k0qg54ifd5fplkq7xl8-cla ng-3.9.1/lib/libclang.so' contains libclang? ```
* misc/vim-plugins: add posva/vim-vueHenry2018-10-05
|
* nvie/vim-flake8: init at 2018-09-21Klaas van Schelven2018-10-03
|
* Merge pull request #47532 from ma9e/wal-vimJörg Thalheim2018-09-30
|\ | | | | vimPlugins.wal-vim: init at 2018-06-04
| * vimPlugins.wal-vim: init at 2018-06-04Sean Haugh2018-09-29
| |
* | vim-plugins: regen for new additions, updates (2018-09-29)Will Dietz2018-09-29
| |
* | vim-plugin-names: add 'ferret', 'workflowish', few colorschemesWill Dietz2018-09-29
|/
* vimPlugins.vim-husk: init at 2015-11-29Jörg Thalheim2018-09-25
| | | | (cherry picked from commit ef32704f1d537512842ea711881f333413f08b79)
* vimPlugins: updateJörg Thalheim2018-09-25
| | | | (cherry picked from commit f1477a3c87020ce5262ffa3cf78fa38e22dca6c2)
* vim: remove legacy additional-nix-codeJörg Thalheim2018-09-23
| | | | | This is a left-over from https://github.com/NixOS/nixpkgs/pull/46394 We no longer use this.
* vim-utils: fix broken vim-plug implementation.Thomas Kerber2018-09-20
|
* vim-tsx: init at 2017-03-16Sam Parkinson2018-09-20
| | | | fixes #46728
* vimPlugins: update.py also needs nix-prefetch-gitJörg Thalheim2018-09-20
|
* vimUtils: replace vim-addon-nix with vim-nixJörg Thalheim2018-09-20
| | | | vim-addon-nix throws weird errors on startup
* vimPlugins: Add vim-plug addon implementationRoman Volosatovs2018-09-20
|
* vimPlugins: Add vim-plug, update pluginsRoman Volosatovs2018-09-20
|
* vimPlugins: shougo -> ShougoRoman Volosatovs2018-09-20
|
* Merge pull request #46638 from ryantm/aliasesJörg Thalheim2018-09-18
|\ | | | | vimPlugins: warn if alias is used inside overrides
| * vimPlugins: warn if alias is used inside overridesRyan Mulligan2018-09-14
| |
* | vimPlugins: adding vim-sayonara/nvimdev/obsessionMatthieu Coudron2018-09-17
| |
* | vimPlugins: only update generated.nix if all plugins were downloadedJörg Thalheim2018-09-16
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/46728#discussion_r217915996
* | Added ranger.vim, a plugin that uses the ranger file manager within vim.Christopher Birkbeck2018-09-14
|/
* Merge pull request #46566 from Mic92/ncm2Jörg Thalheim2018-09-13
|\ | | | | vimPlugins.ncm2: init at 2018-09-03
| * vimPlugins.ncm2: init at 2018-09-03Jörg Thalheim2018-09-12
| | | | | | | | This is the new version of neovim completion manager
| * vimPlugins.LanguageClient-neovim: 2018-06-12 -> 2018-09-07Jörg Thalheim2018-09-12
| |
* | treewide: fix `config.allowAliases = false` evaluationRyan Mulligan2018-09-13
|/
* vimPlugins: run update script in empty environmentJörg Thalheim2018-09-12
|
* vimPlugins: do not pick up aliases from nixpkgsJörg Thalheim2018-09-12
|
* vimPlugins: updatesJörg Thalheim2018-09-12
|
* vimPlugins: Fix update.py, add/update pluginsRoman Volosatovs2018-09-10
|
* vim-plugins: add missing update.pyJörg Thalheim2018-09-09
| | | | This file was accidentally not included in 953199fd829f0b9d3c3ed95cf2e1b138d2268a3b
* vim-plugins: rewrite updaterJörg Thalheim2018-09-09
| | | | | | | | | | | | | | | | A new python script has been added to replace the aged viml-based updater. The new updater has the following advantages: - use rss feeds to check for updates quicker - parallel downloads & better caching - uses proper override mechanism instead of text substitution - update generated files in-place instead of having to insert updated plugins manually Automatically reading `dependencies` from the plugins directory has been not re-implemented. This has been mostly been used by Mark Weber's plugins, which seem to no longer receive regular updates. This could be implemented in future as required.
* vim-plugins: remove .git extension from specJörg Thalheim2018-09-08
|
* Merge pull request #43388 from symphorien/neovim-python-envJörg Thalheim2018-08-30
|\ | | | | Fix neovim PYTHONPATH handling
| * neovim wrapper: also make <vimplugin>.pythonDepedencies a functionSymphorien Gibol2018-07-27
| | | | | | | | A function of the same signature as the argument of python.withPackages
* | vim-fireplace: init at 2018-06-01 (#45725)Johannes Lötzsch2018-08-29
| |
* | Merge pull request #45325 from LnL7/vim-nixJörg Thalheim2018-08-19
|\ \ | | | | | | vim-nix: 2018-07-01 -> 2018-08-19
| * | vim-nix: 2018-07-01 -> 2018-08-19Daiderd Jordan2018-08-19
| | |
* | | Merge pull request #45311 from Thra11/vim-lastplaceDaiderd Jordan2018-08-19
|\ \ \ | | | | | | | | vim-lastplace: init at 2017-06-13
| * | | vim-lastplace: init at 2017-06-13Tom Hall2018-08-18
| |/ /
* / / vim-qml: init at 2018-07-22Tom Hall2018-08-18
|/ /
* | vim-plugins: add extra pluginsDaiderd Jordan2018-07-26
| | | | | | | | | | | | - isort - splice - a bunch of tpope's missing plugins
* | vim-plugins: automatic updatesDaiderd Jordan2018-07-26
| |