Skip to content

Commit

Permalink
fix: update method name to match the neovim-session-manager
Browse files Browse the repository at this point in the history
fix #36
  • Loading branch information
coffebar committed May 29, 2024
1 parent 2daa3f0 commit 8587bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neovim-project/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ M.delete_session = function(dir)
end

M.in_session = function()
return utils.is_session
return utils.is_exist_in_session()
end

M.switch_after_save_session = function(dir)
Expand Down

0 comments on commit 8587bda

Please sign in to comment.