Commit Graph

48 Commits

Author SHA1 Message Date
Steven Arcangeli b1c7b70e1e ci: merge workflows and add makefile 2023-09-02 09:16:31 -07:00
Maria José Solano 1950a1bc6c
docs: fix winhighlight example (#111) 2023-08-08 15:22:24 -07:00
Github Actions 829bc80400 [docgen] Update README.md
skip-checks: true
2023-07-29 16:36:38 +00:00
Steven Arcangeli 1cbc4eef2e doc: more complete example for winhighlight (#101) 2023-06-23 10:43:21 -07:00
Github Actions 8b1a436b20 [docgen] Update README.md
skip-checks: true
2023-06-16 04:54:06 +00:00
Steven Arcangeli 63cfd55eb2 refactor!: drop support for Neovim 0.7 2023-06-15 21:52:50 -07:00
Github Actions 66e4990240 [docgen] Update README.md
skip-checks: true
2023-05-12 12:44:47 +00:00
Steven Arcangeli cfcb0d409b doc: add installation instructions for lazy.nvim 2023-04-27 07:07:17 -07:00
Github Actions 0e3e1eba14 [docgen] Update README.md
skip-checks: true
2023-04-12 12:52:46 +00:00
Steven Arcangeli a518ec5b64 doc: link to nui.nvim wiki 2023-04-12 05:50:14 -07:00
Steven Arcangeli 0c999b7b96 doc: update highlight information for Neovim 0.9 2023-04-12 05:26:42 -07:00
Steven Arcangeli 91b9ba8a94 refactor: use nvim 0.9 window title when available 2023-04-07 12:21:57 -07:00
Github Actions c705b38907 [docgen] Update README.md
skip-checks: true
2023-04-04 17:56:48 +00:00
Github Actions db716a0f12 [docgen] Update README.md
skip-checks: true
2023-02-05 19:44:05 +00:00
uga-rosa 2257c3e367 feat: allow to pass extra opts to vim.keymap.set() 2023-02-06 02:19:47 +09:00
Github Actions ed44aa798a [docgen] Update README.md
skip-checks: true
2022-12-05 07:45:45 +00:00
Github Actions 34220dce61 [docgen] Update README.md
skip-checks: true
2022-07-29 04:27:24 +00:00
Steven Arcangeli 5915d56f89 doc: dropping support for Neovim < 0.7 2022-07-28 07:36:18 -07:00
Github Actions e9d0de4470 [docgen] Update README.md
skip-checks: true
2022-07-21 05:49:20 +00:00
Steven Arcangeli af179837e1 doc: add a section to the README about highlight groups 2022-06-07 19:05:24 -07:00
Github Actions 55ce0400b2 [docgen] Update README.md
skip-checks: true
2022-06-05 02:11:05 +00:00
Andrew 59cd93b994 feat: trim trailing colon from prompt 2022-05-30 12:24:52 +10:00
Steven Arcangeli e607dd99ae feat: enable telescope customization for vim.ui.select caller 2022-05-26 19:45:28 -07:00
Github Actions cad08fac5e [docgen] Update README.md
skip-checks: true
2022-03-31 15:40:47 +00:00
Github Actions 65f73d57ce [docgen] Update README.md
skip-checks: true
2022-03-23 05:10:45 +00:00
Github Actions e05b473205 [docgen] Update README.md
skip-checks: true
2022-03-17 04:04:55 +00:00
Github Actions b36b69c6a5 [docgen] Update README.md
skip-checks: true
2022-03-02 17:32:22 +00:00
Steven Arcangeli b6f5a92ef4 doc: document new telescope config options 2022-02-28 16:37:34 -08:00
Github Actions 74c953a67c [docgen] Update README.md
skip-checks: true
2022-01-18 00:03:13 +00:00
Github Actions 333d853b2f [docgen] Update README.md
skip-checks: true
2022-01-17 22:24:39 +00:00
Github Actions 0bb73bc2bd [docgen] Update README.md
skip-checks: true
2021-12-19 04:22:46 +00:00
Steven Arcangeli d1a48d496f doc: update alternatives section of README 2021-12-18 12:47:51 -08:00
Steven Arcangeli 9b8c2be345 deprecate: input.prompt_buffer option
Even once the fixes to the prompt buffer come out in the next version of
Neovim, I'm really not sure what advantages we get from using the prompt
buffer. And we will continue to have disadvantages because it does *not*
function like a normal buffer. If anyone is using it and has a good
reason for it, please let me know. Otherwise, I'll be removing that
functionality in a later commit so I don't have to support two
implementations.
2021-12-17 12:33:50 -08:00
Github Actions 0ab6681748 [docgen] Update README.md
skip-checks: true
2021-12-17 19:39:04 +00:00
Steven Arcangeli 441432ae1c doc: add some alternative projects to the README 2021-12-17 11:38:39 -08:00
Github Actions 1c314ea68a [docgen] Update README.md
skip-checks: true
2021-12-17 19:21:08 +00:00
Github Actions 9418729b6a [docgen] Update README.md
skip-checks: true
2021-12-10 01:42:34 +00:00
Steven Arcangeli a63c724621 doc: update input modal screenshot 2021-12-09 17:38:36 -08:00
Github Actions 15e031c825 [docgen] Update README.md
skip-checks: true
2021-12-09 17:14:23 -08:00
Github Actions 6ed0ca5174 [docgen] Update README.md
skip-checks: true
2021-12-06 03:26:33 +00:00
Steven Arcangeli fe8f0ffe2f fix(select)(builtin): display the prompt 2021-12-04 17:18:51 -08:00
Github Actions cbf7466a85 [docgen] Update README.md
skip-checks: true
2021-12-03 12:24:44 +00:00
Steven Arcangeli 5e7011f469 doc: force line break in screenshots 2021-12-02 19:57:16 -08:00
Steven Arcangeli 363e3232c7 doc: add a TOC to the readme 2021-12-02 19:56:00 -08:00
Github Actions 134445e4a3 [docgen] Update README.md
skip-checks: true
2021-12-03 03:53:18 +00:00
Steven Arcangeli cf51146761 doc: add screenshots to readme 2021-12-02 19:52:58 -08:00
Github Actions f64b779396 [docgen] Update README.md
skip-checks: true
2021-12-03 03:30:55 +00:00
Steven Arcangeli 7f6cf7fb80 Initial commit 2021-12-02 19:30:27 -08:00