diff --git a/lua/telescope/_extensions/heading.lua b/lua/telescope/_extensions/heading.lua index ffcfafc..918fa89 100644 --- a/lua/telescope/_extensions/heading.lua +++ b/lua/telescope/_extensions/heading.lua @@ -62,7 +62,6 @@ local function get_headings() local filepath = vim.api.nvim_buf_get_name(bufnr) if heading_config.treesitter and support_treesitter(ft) then if vim._ts_has_language(ft) then - print('ts') return mod.ts_get_headings(filepath, bufnr) else vim.notify( diff --git a/screenshot.png b/screenshot.png index 8d6a255..7ae27c4 100644 Binary files a/screenshot.png and b/screenshot.png differ