diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-10-19 19:49:13 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-10-19 19:49:13 +0000 |
| commit | 2f44ef79c5dd1548c45971aed1dce10104208c02 (patch) | |
| tree | 9afe9b6a1103bcd66855dfc23d06d8819442014c /mut/neovim/lua/my/events.lua | |
| parent | 28c7775a6e89a2de8aedc23045c6108da6f69fc4 (diff) | |
add Sh back
Diffstat (limited to 'mut/neovim/lua/my/events.lua')
| -rw-r--r-- | mut/neovim/lua/my/events.lua | 2 |
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}) |
