summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-02-19chore: use luarocks-tag-release action (#2364)Marc Jakobi
2023-01-30fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343)Sizhe Zhao
2023-01-14fix: docgen ci failure (#2323)Simon Hauser
2023-01-10feat: add rockspec + luarocks upload workflow (#2276)Marc Jakobi
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
2022-12-28chore: bump ci to more modern os and nvim versions (#2289)Simon Hauser
2022-12-21fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)Luke Kershaw
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled * fix docgen Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-09-27fix: stylua ci (#2177)Simon Hauser
2022-08-04fix: restore testing framework to actually work (#2070)TJ DeVries
after refactor to some new asynchronous items for finders, the tests stopped actually doing anything. now they do things again.
2022-07-12release: telescope 0.1.0 (#2067)Simon Hauser
2022-06-18chore: PR template (#2012)Simon Hauser
* chore: PR template * slim it down
2022-05-25chore: update FUNDING.yml (#1964)fdschmidt93
2022-04-30chore: update fundingSimon Hauser
2022-04-25ci: fix docgen after tjdevries/tree-sitter-lua/pull/48Simon Hauser
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
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-11-13chore: render nvim version as markdownSimon Hauser
2021-11-04breaking: bump nvim version requirement to 0.5.1 (#1406)Julian Fricker
2021-09-17chore(form): render checkhealth as markdownChristian Clason
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-13chore: rewrite ci (#1236)Simon Hauser
no appimage ubuntu and mac os release and nightly
2021-09-01chore: revert issue template to valueChristian Clason
2021-08-26Update bug_report.ymlChristian Clason
add placeholders
2021-08-13chore: remove obsolete git opts from minimal.luaChristian Clason
...now that @Conni2461 did some spring cleaning on plenary ;)
2021-08-13chore: speed up bootstrap for minimal.luaChristian Clason
* use `git://` protocol * omit `--no-single-branch` (since plenary contains stale branches with large objects)
2021-08-13chore: convert bug issue template to form (#1110)Christian Clason
Replace Markdown template with Github form and add more robust minimal `init.lua`. Also add a link to Gitter for support questions.
2021-08-11doc: Update information about popup.nvim (#1103)TJ DeVries
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
* 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-03-03docs: start documenting previewers (#574)Simon Hauser
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
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-24feat: Add vim docs & generators (#370)TJ DeVries
* 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 * :smile: Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
2021-01-11feat: add feature request issue template (#418)Simon Hauser
2020-12-21feat: Add better highlighting and new CI abilities (#355)TJ DeVries
* Revert "Revert "fix: Better highlights (#344)" (#350)" This reverts commit 7950fc8ba0accfcf6c540c7810feee646281fd8a. * better highlights take 2 * fixup * install fd find for sameness * add some debug output * more deterministic * better ci
2020-12-09ci fix: don't cache git repos (#320)Simon Hauser
2020-12-09ci: Pipeline Tests (#315)Simon Hauser
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-11-24Fix the bug report template to suggest -uJulian Berman
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-18Update issue templatesTJ DeVries
2020-09-11Add fundingTJ DeVries