diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dfca37a9e3..7065496874a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: nvim_version: [ stable, nightly ] - luals_version: [ 3.9.1 ] + luals_version: [ 3.10.5 ] steps: - uses: actions/checkout@v4 diff --git a/lua/nvim-tree/marks/init.lua b/lua/nvim-tree/marks/init.lua index 8947dfa6eca..c639d1c8f69 100644 --- a/lua/nvim-tree/marks/init.lua +++ b/lua/nvim-tree/marks/init.lua @@ -261,7 +261,7 @@ function Marks:navigate_select() if not choice or choice == "" then return end - local node = self:get { absolute_path = choice } + local node = self.marks[choice] if node and not node.nodes and not utils.get_win_buf_from_path(node.absolute_path) then open_file.fn("edit", node.absolute_path) elseif node then