We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08773d commit 40adbcfCopy full SHA for 40adbcf
lua/splitjoin.lua
@@ -26,7 +26,6 @@ local function get_operable_node_under_cursor(bufnr, winnr)
26
tsparser:parse()
27
local langtree = tsparser:language_for_range(cursor_range);
28
local tstree = langtree:tree_for_range(cursor_range, { ignore_injections = false }) or langtree:trees()[1]
29
- vim.notify(langtree:lang())
30
if not tstree then return nil, nil end
31
local lang = langtree:lang()
32
local query = get_query(lang, 'splitjoin')
0 commit comments