Commit Graph

20 Commits

Author SHA1 Message Date
Simon Hauser
e7aa63db8f chore: rewrite ci (#1236)
no appimage
ubuntu and mac os
release and nightly
2021-09-13 21:49:32 +02:00
Christian Clason
67bc1dcdd6 chore: revert issue template to value 2021-09-01 17:50:58 +02:00
Christian Clason
861a0f9680 Update bug_report.yml
add placeholders
2021-08-26 12:02:25 +02:00
Christian Clason
f1a27baf27 chore: remove obsolete git opts from minimal.lua
...now that @Conni2461 did some spring cleaning on plenary ;)
2021-08-13 15:47:16 +02:00
Christian Clason
2a86f47df6 chore: speed up bootstrap for minimal.lua
* use `git://` protocol
* omit `--no-single-branch` (since plenary contains stale branches with large objects)
2021-08-13 13:42:04 +02:00
Christian Clason
f557ae9081 chore: convert bug issue template to form (#1110)
Replace Markdown template with Github form and add more robust
minimal `init.lua`. Also add a link to Gitter for support questions.
2021-08-13 09:29:06 +02:00
TJ DeVries
b5d7f48e70 doc: Update information about popup.nvim (#1103)
* doc: Update information about popup.nvim

* fixup: Got rest of popup.nvim mentions
2021-08-11 08:59:56 -04:00
Simon Hauser
79644ab677 chore: use stylua for formatting (#1040)
* chore: stylua job and config

* reformat with stylua
2021-07-23 11:42:37 -04:00
TJ DeVries
5a53ec5c2f feat: Consistent and sensible layout_config (#922)
* feat: Consistent and sensible layout_config

* [docgen] Update doc/telescope.txt
skip-checks: true

* [WIP]: Thu 17 Jun 2021 03:36:44 PM EDT

* [WIP]: Thu 17 Jun 2021 03:38:11 PM EDT

* layout_default -> layout_defaults

* remove options from bug repot

* Conni2461 suggestions: part 1

* [docgen] Update doc/telescope.txt
skip-checks: true

* Conni2461 suggestions: part 2

* [docgen] Update doc/telescope.txt
skip-checks: true

* Linting

* Improve deprecation checks

- Move `layout_defaults` handling to `deprecated.lua`
- Check for "layout keys" outside of `layout_config` on `setup`

* fixup: Just add a few more words

Co-authored-by: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com>
Co-authored-by: Github Actions <actions@github>
2021-07-01 05:41:58 -04: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
Simon Hauser
f4fbd88a25 feat: add feature request issue template (#418) 2021-01-11 20:24:59 +01:00
TJ DeVries
2aa8bcb878 feat: Add better highlighting and new CI abilities (#355)
* Revert "Revert "fix: Better highlights (#344)" (#350)"

This reverts commit 7950fc8ba0.

* better highlights take 2

* fixup

* install fd find for sameness

* add some debug output

* more deterministic

* better ci
2020-12-21 16:03:48 -05:00
Simon Hauser
7330e5d228 ci fix: don't cache git repos (#320) 2020-12-09 16:40:17 -05:00
Simon Hauser
d67eb599fb ci: Pipeline Tests (#315) 2020-12-09 15:48:55 -05:00
Simon Hauser
141dc6d55e ci: Add luacheck ci job (#317)
* Add luacheck ci job

* Fix most of the linting issues

* fixup: lint

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-12-09 15:46:41 -05:00
Julian Berman
b1ebb6ea86 Fix the bug report template to suggest -u
I *assume* this is what the intention here is? I.e. to say to use the test.vim as the config.

I don't think `-N` does anything either, but let me know if I'm wrong.
2020-11-24 12:00:49 -05:00
TJ DeVries
aff22f5bf1 Update issue templates 2020-11-18 09:44:53 -05:00
TJ DeVries
cf21d83e4c Add funding 2020-09-11 12:03:41 -04:00