Commit graph

47 commits

Author SHA1 Message Date
James Trew
a0435361ba
chore: update bug report minimal config (#3161) 2024-06-15 15:09:23 +02:00
James Trew
90143d31f2
chore: updating FUNDING (#3143) 2024-05-29 02:58:15 +00:00
James Trew
c2ce039188
chore(ci): tweak docgen event (#3066) 2024-05-25 01:19:17 +00:00
Simon Hauser
4aed63995a
chore: add neovim v0.10.0 to ci matrix (#3121) 2024-05-20 11:55:17 +02:00
James Trew
10d57f38f5
chore(ci): add pull_request trigger on docgen (#2782) 2024-04-20 04:11:01 +00:00
James Trew
4d4ade7f2b
build: rework ci tests to include windows (#3011) 2024-04-13 17:27:53 +02:00
Simon Hauser
28e667f05a
chore(ci): bump stylua action (#2523) 2023-05-24 11:09:00 +02:00
Christian Clason
d8c5ed4e40
feat(ts)!: use upstream treesitter implementation (#2499)
bumps minimum required neovim version to 0.9, see `help telescope.changelog-2499`
2023-05-24 10:43:04 +02:00
Marc Jakobi
c113522810
chore: use luarocks-tag-release action (#2364) 2023-02-19 10:24:43 +01:00
Sizhe Zhao
f4b0438983
fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343) 2023-01-30 22:10:44 +01:00
Simon Hauser
b69b33eded
fix: docgen ci failure (#2323) 2023-01-14 12:19:32 +01:00
Marc Jakobi
e8c01bab91
feat: add rockspec + luarocks upload workflow (#2276)
telescope.nvim is a common dependency across Neovim plugins.
Using luarocks may alleviate the need for users to specify their
plugins' dependencies in their plugin manager.
(e.g., vim-plug or packer).

See also:
https://teto.github.io/posts/2021-09-17-neovim-plugin-luarocks.html
2023-01-10 15:33:23 +01:00
Simon Hauser
0a7588252a
chore: bump ci to more modern os and nvim versions (#2289) 2022-12-28 13:11:00 +01:00
Luke Kershaw
278c797b58
fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled

* fix docgen

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-12-21 08:53:29 +01:00
Simon Hauser
d4204618dd
fix: stylua ci (#2177) 2022-09-27 21:25:57 +02:00
TJ DeVries
4725867ec6
fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.

now they do things again.
2022-08-04 16:00:30 -04:00
Simon Hauser
b79cd6c88b
release: telescope 0.1.0 (#2067) 2022-07-12 16:02:44 +02:00
Simon Hauser
d88b44ddf1
chore: PR template (#2012)
* chore: PR template

* slim it down
2022-06-18 13:57:25 +02:00
fdschmidt93
328232e090
chore: update FUNDING.yml (#1964) 2022-05-25 13:03:08 +02:00
Simon Hauser
57bd8a5002
chore: update funding 2022-04-30 18:56:51 +02:00
Simon Hauser
fce74f509d
ci: fix docgen after tjdevries/tree-sitter-lua/pull/48 2022-04-25 22:24:14 +02:00
Simon Hauser
5a58b1f535
break: bump minimum required neovim version to 0.7 (#1851) 2022-04-22 16:08:56 +02:00
Simon Hauser
61240ac75a
break: bump the minimum required neovim version to 0.6 or higher (#1549)
So we can use `vim.json` and `vim.diagnostics`.

If you aren't able to update to 0.6.* yet you should pin the previous commit.
2021-12-10 16:32:28 +01:00
Simon Hauser
fc9ec7ffac
chore: render nvim version as markdown 2021-11-13 13:52:40 +01:00
Julian Fricker
6a8fbb53e0
breaking: bump nvim version requirement to 0.5.1 (#1406) 2021-11-04 07:20:17 +01:00
Christian Clason
6820e78d77
chore(form): render checkhealth as markdown 2021-09-17 18:32:09 +02:00
Simon Hauser
5131df7df1 docs: rewrite readme and add missing config values + builtin opts 2021-09-16 11:12:12 +02:00
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