docs: add module prefix (#1847)

This commit is contained in:
Simon Hauser
2022-04-18 08:21:00 +02:00
committed by GitHub
parent 66c3e2a351
commit 831f76a809
14 changed files with 234 additions and 228 deletions

View File

@@ -4,6 +4,9 @@ local utils = require "telescope.utils"
local uv = vim.loop
---@tag telescope.actions.history
---@config { ["module"] = "telescope.actions.history" }
---@brief [[
--- A base implementation of a prompt history that provides a simple history
--- and can be replaced with a custom implementation.
@@ -22,7 +25,6 @@ local uv = vim.loop
---
--- See github.com/nvim-telescope/telescope-smart-history.nvim
---@brief ]]
---@tag telescope.actions.history
-- TODO(conni2461): currently not present in plenary path only sync.
-- But sync is just unnecessary here