SeerLite via Guix-patches via schreef op wo 02-03-2022 om 10:17 [- 0300]: > +    (native-search-paths > +      (list (search-path-specification > +             (variable "GUIX_VIMRUNTIME") > +             (separator ",") > +             (files (list "share/vim/vimfiles"))))) this can be simplified: (native-search-paths (package-native-search-paths vim)) Greetings, Maxime.