summaryrefslogtreecommitdiff
path: root/mut/vis
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-29 12:41:42 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-29 12:41:42 +0000
commit6e96b514dec29b438ac0b17a6bf81f7c179d7073 (patch)
tree16c0d3ca780534c218fcadc34d0f5522bd303e6f /mut/vis
parent0ab80470397dd38a0fe9f4d89d3a39dc0efa48fb (diff)
add mut updates
Diffstat (limited to 'mut/vis')
-rw-r--r--mut/vis/visrc.lua31
1 files changed, 31 insertions, 0 deletions
diff --git a/mut/vis/visrc.lua b/mut/vis/visrc.lua
new file mode 100644
index 0000000..e7f9e94
--- /dev/null
+++ b/mut/vis/visrc.lua
@@ -0,0 +1,31 @@
+-- load standard vis module, providing parts of the Lua API
+require('vis')
+
+vis.events.subscribe(vis.events.INIT, function()
+ vis:command"set shell '/usr/bin/bash'"
+end)
+
+vis.events.subscribe(vis.events.WIN_OPEN, function(win)
+end)
+
+On branch master
+Your branch is up to date with 'origin/master'.
+
+Changes not staged for commit:
+ (use "git add <file>..." to update what will be committed)
+ (use "git restore <file>..." to discard changes in working directory)
+ modified: justfile
+ modified: mut/aerospace/aerospace.toml
+ modified: mut/bin/pnsh-nvim
+ modified: mut/bin/xdg-open
+ modified: mut/neovim/lua/my/init.lua
+ modified: mut/nushell/config.nu
+
+Untracked files:
+ (use "git add <file>..." to include in what will be committed)
+ mut/carapace/specs/upctl.yaml
+ mut/vis/
+ nohup.out
+
+no changes added to commit (use "git add" and/or "git commit -a")
+