summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres1-47/+0
2021-09-04vimPlugins: split doc generation into a hookMatthieu Coudron1-1/+3
so that the hook can be used for lua modules as well. Improves composition.
2021-08-09vimPlugins.plenary: init from lua packageMatthieu Coudron1-3/+11
This commit shows how to convert luarocks packages into (neo)vim ones. The advantage for neovim lua plugins to register their rockspec (aka package definition) is that the plugin can express its dependencies and a few metadata through it.
2021-05-18vimPlugins: restore aliasesMatthieu Coudron1-1/+1
2021-05-17vimPlugins: generate an overlayMatthieu Coudron1-4/+13
let update.py generates generated.nix as an overlay. This should help maintaining vim-plugins outside of nixpkgs, as one can use update.py to generate an out-of-tree vimPlugins overlay.
2020-03-26vimPlugins: Automatically sort vim-plugin-names.ryneeverett1-1/+0
Python's `sorted` method works a little differently than `sort` in the handling of dashes.
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2018-12-27vimPlugins: use fixed pointTimo Kaufmann1-6/+4
2018-11-25vim plugins: use v6.0 of the Clang libraryPavel Chuprikov1-0/+1
clighter8 plugin seems to be using python bindings for clang 6.0 clang_complete, another plugin using clang, works ok with this version
2018-09-14vimPlugins: warn if alias is used inside overridesRyan Mulligan1-434/+15
2018-09-13Merge pull request #46566 from Mic92/ncm2Jörg Thalheim1-5/+13
vimPlugins.ncm2: init at 2018-09-03
2018-09-13treewide: fix `config.allowAliases = false` evaluationRyan Mulligan1-3/+3
2018-09-12vimPlugins.ncm2: init at 2018-09-03Jörg Thalheim1-1/+9
This is the new version of neovim completion manager
2018-09-12vimPlugins.LanguageClient-neovim: 2018-06-12 -> 2018-09-07Jörg Thalheim1-4/+4
2018-09-12vimPlugins: do not pick up aliases from nixpkgsJörg Thalheim1-8/+9
2018-09-10vimPlugins: Fix update.py, add/update pluginsRoman Volosatovs1-12/+11
2018-09-09vim-plugins: rewrite updaterJörg Thalheim1-3249/+162
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.
2018-08-30Merge pull request #43388 from symphorien/neovim-python-envJörg Thalheim1-1/+1
Fix neovim PYTHONPATH handling
2018-08-29vim-fireplace: init at 2018-06-01 (#45725)Johannes Lötzsch1-0/+11
2018-08-19Merge pull request #45325 from LnL7/vim-nixJörg Thalheim1-3/+3
vim-nix: 2018-07-01 -> 2018-08-19
2018-08-19Merge pull request #45311 from Thra11/vim-lastplaceDaiderd Jordan1-0/+11
vim-lastplace: init at 2017-06-13
2018-08-19vim-nix: 2018-07-01 -> 2018-08-19Daiderd Jordan1-3/+3
2018-08-18vim-qml: init at 2018-07-22Tom Hall1-0/+11
2018-08-18vim-lastplace: init at 2017-06-13Tom Hall1-0/+11
2018-07-27neovim wrapper: also make <vimplugin>.pythonDepedencies a functionSymphorien Gibol1-1/+1
A function of the same signature as the argument of python.withPackages
2018-07-26vim-plugins: add extra pluginsDaiderd Jordan1-12/+103
- isort - splice - a bunch of tpope's missing plugins
2018-07-26vim-plugins: automatic updatesDaiderd Jordan1-78/+78
2018-07-24vim-youcompleteme: 2018-06-20 -> 2018-07-24Daiderd Jordan1-4/+4
2018-07-21Merge branch 'master' into unused5Jörg Thalheim1-2/+12
2018-07-21Merge pull request #43871 from hcmensch/masterDaiderd Jordan1-0/+11
vim-plugin-names/default.nix: data added for vim-ledger
2018-07-20added info for vim-ledger plugin in default.nixhcmensch1-0/+11
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-3/+3
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-2/+1
2018-07-19vim-plugins: add alias for maktaba so it is found as a dependencyWill Dietz1-0/+1
2018-07-19vim-plugins: simplify command slightly, overwrite 'result' if presentWill Dietz1-1/+1
2018-07-19vim-plugins: document sorting, fix vim command to not ask to hit enterWill Dietz1-2/+3
Fixes #38748. Hopefully :).
2018-07-19vim-plugins: swift, fastfold, some colorschemesWill Dietz1-0/+66
2018-07-19vim-plugins: update (2018-07-19)Will Dietz1-198/+198
Moved 'dhall-vim' to match order in vim-plugin-names, so diff'ing against generated expressions is easier. There's a "vim-nix" update in here! :)
2018-07-17config.skipAliases -> config.allowAliasesvolth1-1/+1
2018-07-17config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliasesvolth1-114/+117
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-27vimPlugins.dhall-vim: init at 2018-06-04 (#42648)Sarah Brofeldt1-0/+11
2018-06-17vim-plugins: updatesDaiderd Jordan1-273/+274
2018-06-16LanguageClient-neovim: fix darwin buildDaiderd Jordan1-2/+9
2018-06-15LanguageClient-neovim : 2018-03-6 -> 2018-06-12John Children1-6/+6
2018-05-02vim-utils: update plugin generation instructionBen Creasy1-1/+3
Currently the pager is a problem but in general fetching all these plugins is inefficient for the general case.
2018-04-25vim-nix: 2018-04-15 -> 2018-04-24Daiderd Jordan1-3/+3
2018-04-17vim-plugins: disable pager in example commandDaiderd Jordan1-1/+1
Fixes #38748
2018-04-17vim-plugins: updateDaiderd Jordan1-140/+141
2018-04-15vim-plugins: add bats.vimDaiderd Jordan1-0/+12