about summary refs log tree commit diff
path: root/doc/languages-frameworks/vim.section.md
Commit message (Collapse)AuthorAge
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* doc: add neovim-qt configurationTimo Kaufmann2019-01-06
|
* vimUtils: add dependency logic to nativeImplTimo Kaufmann2018-12-24
| | | | nativeImpl previously simply ignored dependency information.
* clarifying `name` arg determines vim command nameTrolli Schmittlauch2018-10-24
| | | | | | | | The `name` arg of `vim_configurable.customize` does not only determine the package name, but also the name of the command/ executable to be called. In my opinion this is not documented properly and finding that out took me several hours.
* doc/vim: remove some vim-plug redundancyJörg Thalheim2018-09-20
|
* doc: Add section about vim-plugRoman Volosatovs2018-09-20
|
* 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.
* doc/vim: improve plugin documentationJörg Thalheim2018-09-09
|
* Move all nixpkgs doc files in to the doc directoryGraham Christensen2018-03-25
This makes a makefile-driven developer workflow nicer.