summaryrefslogtreecommitdiff
path: root/mut/neovim/lua/my/events.lua
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-10-19 19:49:13 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2024-10-19 19:49:13 +0000
commit2f44ef79c5dd1548c45971aed1dce10104208c02 (patch)
tree9afe9b6a1103bcd66855dfc23d06d8819442014c /mut/neovim/lua/my/events.lua
parent28c7775a6e89a2de8aedc23045c6108da6f69fc4 (diff)
add Sh back
Diffstat (limited to 'mut/neovim/lua/my/events.lua')
-rw-r--r--mut/neovim/lua/my/events.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/neovim/lua/my/events.lua b/mut/neovim/lua/my/events.lua
index fe42daa..599c3ae 100644
--- a/mut/neovim/lua/my/events.lua
+++ b/mut/neovim/lua/my/events.lua
@@ -13,7 +13,7 @@ event(
pattern= { "ZoxideDirChanged" },
callback= function()
vim.schedule(function()
- oil.open(vim.fn.getcwd)
+ oil.open(vim.fn.getcwd())
end)
end})