diff options
| author | Austin Ray <austin@austinray.io> | 2022-04-30 06:35:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 12:35:34 +0200 |
| commit | 557c8b98c506f832a8e427874024bbf980ebe4e2 (patch) | |
| tree | 626361c44ec54834d3e34321fffd759ebbc6a980 /lua/telescope/actions | |
| parent | a59ada7914640c6be66e9f729e4d620f181ab170 (diff) | |
docs: add 'https://' prefix to smart history link (#1885)
Diffstat (limited to 'lua/telescope/actions')
| -rw-r--r-- | lua/telescope/actions/history.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/actions/history.lua b/lua/telescope/actions/history.lua index 41b72a9..264a3e6 100644 --- a/lua/telescope/actions/history.lua +++ b/lua/telescope/actions/history.lua @@ -23,7 +23,7 @@ local uv = vim.loop --- - live_grep project_2 --- - etc --- ---- See github.com/nvim-telescope/telescope-smart-history.nvim +--- See https://github.com/nvim-telescope/telescope-smart-history.nvim ---@brief ]] -- TODO(conni2461): currently not present in plenary path only sync. |
