summaryrefslogtreecommitdiff
path: root/mut/neovim
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-05-25 18:11:52 +0200
committerMike Vink <mike@pionative.com>2024-05-25 18:11:52 +0200
commit3af5fc5f86848924d49d30ecb8f5c2b960c9b1af (patch)
tree570d24bf3a5a23cd1556a116446e847b69eed38f /mut/neovim
parenteb8e0fa7ccdc2b8b28b344b18ef2f081553f91e9 (diff)
zshcmd and opaque Zathura
Diffstat (limited to 'mut/neovim')
-rw-r--r--mut/neovim/fnl/conf/init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl
index d2d4929..0e65c84 100644
--- a/mut/neovim/fnl/conf/init.fnl
+++ b/mut/neovim/fnl/conf/init.fnl
@@ -198,7 +198,7 @@
(vim.api.nvim_create_user_command
:Sh
(fn [cmd]
- (local thunk #(qfjob [:sh :-c cmd.args] nil))
+ (local thunk #(qfjob [:zshcmd cmd.args] nil))
(set last_job_thunk thunk)
(thunk))
{:nargs :* :bang true :complete :shellcmd})