summaryrefslogtreecommitdiff
path: root/developers.md
diff options
context:
space:
mode:
authorfdschmidt93 <39233597+fdschmidt93@users.noreply.github.com>2022-05-09 11:43:22 +0200
committerGitHub <noreply@github.com>2022-05-09 11:43:22 +0200
commit795a63ed293ba249a588e9e67aa1f2cec82028e8 (patch)
tree66f6660a1d5d0031ad6e0a84258604bb43254926 /developers.md
parent85239d9c3e0f0eaa728eb2369ef66c4a79fd997b (diff)
feat(docs): simplified architecture flow chart (#1925)
`:h telescope.nvim` now shows an overview of the telescope architecture
Diffstat (limited to 'developers.md')
-rw-r--r--developers.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/developers.md b/developers.md
index 748c5c0..26e2b30 100644
--- a/developers.md
+++ b/developers.md
@@ -20,9 +20,12 @@
So you want to develop your own picker and/or extension for telescope? Then you
are in the right place! This file will first present an introduction on how to
do this. After that, this document will present a technical explanation of
-pickers, finders, actions and the previewer. You can find more information
-in specific help pages and we will probably move some of the technical stuff to
-our vim help docs in the future.
+pickers, finders, actions and the previewer. Should you now yet have an idea of
+the general telescope architecture and its components, it is first recommend to
+familiarize yourself with the architectural flow-chart that is provided in
+vim docs (`:h telescope.nvim`). You can find more information in specific help
+pages and we will probably move some of the technical stuff to our vim help docs
+in the future.
This guide is mainly for telescope so it will assume that you already have some knowledge of the Lua
programming language. If not then you can find information for Lua here: