summaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/guix.vim
AgeCommit message (Collapse)Author
2023-11-08gnu: vim: Add vim packages to 'package-path' instead of 'runtime-path'.Jonathan Scoresby
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>
2022-02-16gnu: vim: Adjust autodetected plugin directories.Efraim Flashner
* gnu/packages/aux-files/guix.vim: Autodetect plugins installed with guix-home. Add */after directories at the end of the runtimepath.
2020-12-20gnu: vim: Automatically find vim plugins.Efraim Flashner
* 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.