Skip to content

Commit

Permalink
docs: minor improvements [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
crispgm committed Apr 14, 2022
1 parent 4bb2547 commit ad95134
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/telescope/_extensions/heading.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad95134

Please sign in to comment.