Commit graph

9 commits

Author SHA1 Message Date
James Trew
20efb38649
docs(contrib): update contribution guide (#2879) 2024-01-21 23:07:28 +01:00
James Trew
43cabe5327
docs: update CONTRIBUTING.md (#2876) 2024-01-18 04:18:33 +00:00
Patrick Klitzke
18f10f2800
Add missing . (#2691) 2023-09-07 23:38:58 +00:00
Chris A James
7493f51700
docs: fix some spelling & grammar (#1475) 2021-11-20 11:03:52 +01:00
Jesús Lapastora
385020eb23
docs: Fixed a typo on CONTRIBUTING file (#969) 2021-07-09 20:17:34 +02:00
Ben Smith
e88864123b
Docs for builtin pickers (#783) 2021-05-13 18:44:26 +00:00
Simon Hauser
3faca0802f
docs: start documenting previewers (#574)
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
2021-03-03 18:14:46 +01:00
Simon Hauser
ca92ec1a83
fix: a lot of small things and adds more customization for caret (#554)
Attention:
prompt_prefix will no longer add a space at the end. So if you still want a space at the end make sure your configuration has one.
The default should not be changed. So if you haven't copied prompt_prefix in your config this doesn't affect you.

Feat:
- prompt prefix does no longer always end with space
- selection_caret configurable. Default: `> `
- result_prefix configurable. Default: `  `
- more actions for git_branches
  - <c-t> does track the branch
  - <c-r> does rebase branch
  - also added delete branch action but not configured. See readme on how to do that

Fixes:
- fix docgen ci
- Better error for lsp_workspace_symbols
- better formatting for CONTRIBUTING.md
- move from systemlist to plenary.job
- git branch now supports checkout on remote branches
2021-02-27 16:26:25 +01:00
TJ DeVries
55ab5c77a5
feat: Add vim docs & generators (#370)
* feat: Add vim docs & generators

* example of what we could start to do

* Docgen CI job

* wip

* incremental updates. soon good validation

* [Actions] Generate Documentation
skip-checks: true

* pretty cool now

* [Actions] Generate Documentation
skip-checks: true

* make sure telescope is loaded first

* Add updates. Maybe this will not delete now?

* Add defaults tags as well

* 😄

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Co-authored-by: Github Actions <actions@github>
2021-02-24 21:44:51 -05:00