Skip to content

Commit f7a45ef

Browse files
committed
fix(workspace_selector): Wasn't setting workspace with Fzf-Lua
Now it is fixed.
1 parent dcbedd2 commit f7a45ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/neorg/modules/external/roam/module.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ module.public = {
603603
actions = {
604604
["default"] = {
605605
function(selected, _)
606+
module.required["core.dirman"].set_workspace(tostring(selected[1]))
606607
vim.cmd("new " .. workspaces[selected[1]] .. "/index.norg")
607608
vim.cmd(":1")
608609
end,

0 commit comments

Comments
 (0)