We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323eae8 commit b587545Copy full SHA for b587545
lua/orgmode/files/elements/table/init.lua
@@ -34,7 +34,6 @@ end
34
---@param cursor? table
35
---@return OrgTable | nil
36
function Table.from_current_node(cursor)
37
- ts_utils.parse_current_file()
38
-- Get node from last column so we are sure we can find the table.
39
-- If column is less than indentation of table, we will miss it.
40
if not cursor then
lua/orgmode/utils/treesitter/init.lua
@@ -54,7 +54,6 @@ end
54
55
-- returns the nearest headline
56
function M.closest_headline_node(cursor)
57
- M.parse_current_file()
58
local node = M.get_node_at_cursor(cursor)
59
60
if not node then
0 commit comments