diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index b00bf44..7f181d9 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -39,6 +39,7 @@ jobs: run: | # We have to build the parser every single time to keep up with parser changes cd ~/.local/share/nvim/site/pack/vendor/start/tree-sitter-lua + git checkout 86f74dfb69c570f0749b241f8f5489f8f50adbea make dist cd - diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index 0333605..637ca67 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -309,7 +309,7 @@ do display = function(entry) local display_filename = utils.transform_path(opts, entry.filename) - local coordinates = "" + local coordinates = ":" if not disable_coordinates then if entry.lnum then if entry.col then