diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-11-11 17:21:39 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-11-11 17:21:39 -0500 |
commit | 8d0a3bfcdae4bc9dd15e7fb0488dce8f16e8f867 (patch) | |
tree | 77f19aa2370df0e0d9bfc7effd5fd5f982642cef /gnu/packages/code.scm | |
parent | aee3c5a894fddf88810f18fa8880b423b078b3fa (diff) | |
parent | af6105afc67a15a491a0a4fd18a28c9f801a0b94 (diff) |
Merge branch 'master' into mesa-updates
Change-Id: I6848392e8c1ffca1473bd25511d8d90ae0f98ce7
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r-- | gnu/packages/code.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 21a9f10a11..f53f7dc9e3 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -237,8 +237,9 @@ highlighting your own code that seemed comprehensible when you wrote it.") (lambda _ ;; Install the plugin files in the right place. (let* ((data (string-append #$output "/share/gtags")) - (vim (string-append #$output - "/share/vim/vimfiles/plugin")) + (vim (string-append + #$output + "/share/vim/vimfiles/pack/guix/start/global/plugin")) (lisp (string-append #$output "/share/emacs/site-lisp/" #$(package-name this-package) "-" #$(package-version this-package)))) |