diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-03-03 18:14:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 18:14:46 +0100 |
| commit | 3faca0802f7b9fefb5af7500c1fa0c0f7acaba64 (patch) | |
| tree | 2e164e8a6aaf154b630a49b8e64e5b3f4ac267d9 /lua/telescope/builtin | |
| parent | 3ee53c892def15c636c14185e98091d4643ff345 (diff) | |
docs: start documenting previewers (#574)
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
Diffstat (limited to 'lua/telescope/builtin')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index a625ac1..2d76c79 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -1,7 +1,7 @@ ---@tag telescope.builtin ---@brief [[ ---- A collection of builtin pickers for telesceope. +--- A collection of builtin pickers for telescope. --- --- Meant for both example and for easy startup. --- |
