2025-09-02
> 2025-08-14: note: Add Screenshot in Sway
diff --git a/note/guix-and-guile-from-within-vim.md b/note/guix-and-guile-from-within-vim.md
index f63f8d9..a8bb547 100644--- a/note/guix-and-guile-from-within-vim.md
+++ b/note/guix-and-guile-from-within-vim.md
@@ -3,7 +3,7 @@ title: "Guix and Guile from within VIM"
date: 2025-05-23
lang: en
description: "Guix and Guile from within VIM"-keywords: guix vim
+keywords: conf vim guix
rights: CC0 1.0
---
> 2025-05-26: Improve Guix's reply.vim command
diff --git a/note/guix-and-guile-from-within-vim.md b/note/guix-and-guile-from-within-vim.md
index 7bb8849..f63f8d9 100644--- a/note/guix-and-guile-from-within-vim.md
+++ b/note/guix-and-guile-from-within-vim.md
@@ -58,7 +58,7 @@ index 0000000..3ad83f7
+let s:repl = reply#repl#base('guix')
+
+function! s:repl.get_command() abort-+ return [self.executable(), 'repl']
++ return [self.executable(), 'repl', '-L.']
+endfunction
+ +function! reply#repl#guix#new() abort