aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/guix.vim
Commit message (Collapse)AuthorAge
* gnu: vim: Add vim packages to 'package-path' instead of 'runtime-path'.Jonathan Scoresby2023-11-08
| | | | | | | | | | | This is neccesary because vim's built-in plugin manager looks for directories under 'package-path' instead of 'runtime-path.' Once we have told vim the package-path, it adds all the packages to the runtime-path automatically for us. * gnu/packages/aux-files/guix.vim: Add paths to packagepath instead of runtimepath. Remove code to adjust runtimepath after adding paths. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: vim: Adjust autodetected plugin directories.Efraim Flashner2022-02-16
| | | | | * gnu/packages/aux-files/guix.vim: Autodetect plugins installed with guix-home. Add */after directories at the end of the runtimepath.
* gnu: vim: Automatically find vim plugins.Efraim Flashner2020-12-20
* gnu/packages/vim.scm (vim)[arguments]: Add new 'install-guix.vim phase to install vendor specific vimrc. * gnu/packages/aux-files/guix.vim: New file. * Makefile.am (AUX_FILES): Register it.