Commit Graph

38 Commits

Author SHA1 Message Date
Steven Arcangeli cd895f511f refactor!: remove insert_only config option
If you wish to restore this behavior, you can easily set a custom keymap
like so:
```lua
require("dressing").setup({
  input = {
    mappings = {
      i = {
        ["<Esc>"] = "Close",
      },
    },
  },
})
```

fixes #163
2024-06-18 21:26:01 -04:00
Github Actions 2caff86e8b [docgen] Update docs
skip-checks: true
2024-01-14 17:15:24 +00:00
Steven Arcangeli 1f2d1206a0 fix: remove default window transparency
Upstream bug https://github.com/neovim/neovim/issues/18576 causes the
background color to be solid black in some cases.
2023-10-10 20:26:53 -07:00
Github Actions c1e1d5fa44 [docgen] Update docs
skip-checks: true
2023-09-05 05:38:53 +00:00
Steven Arcangeli b1c7b70e1e ci: merge workflows and add makefile 2023-09-02 09:16:31 -07:00
Github Actions 829bc80400 [docgen] Update README.md
skip-checks: true
2023-07-29 16:36:38 +00:00
Github Actions 8b1a436b20 [docgen] Update README.md
skip-checks: true
2023-06-16 04:54:06 +00:00
Github Actions 66e4990240 [docgen] Update README.md
skip-checks: true
2023-05-12 12:44:47 +00:00
Steven Arcangeli 728da554e2 refactor: stop checking in doc/tags 2023-04-21 22:12:40 -07:00
Github Actions 0e3e1eba14 [docgen] Update README.md
skip-checks: true
2023-04-12 12:52:46 +00: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
Github Actions e9d0de4470 [docgen] Update README.md
skip-checks: true
2022-07-21 05:49:20 +00:00
Github Actions 55ce0400b2 [docgen] Update README.md
skip-checks: true
2022-06-05 02:11:05 +00:00
Github Actions 89dd7a5a5d [docgen] Update README.md
skip-checks: true
2022-05-30 23:25:05 +00: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
Steven Arcangeli f487c89b56 cleanup!: Remove prompt buffer implementation for ui.input
The `prompt_buffer = true` option will no longer function. The only
input modal implementation will use a normal scratch buffer.
2022-01-11 16:34:27 -08:00
Github Actions 0bb73bc2bd [docgen] Update README.md
skip-checks: true
2021-12-19 04:22:46 +00: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 1c314ea68a [docgen] Update README.md
skip-checks: true
2021-12-17 19:21:08 +00:00
Steven Arcangeli 4848f851f6 feat(select): allow user to override format_item (#6) 2021-12-17 11:20:16 -08:00
Github Actions 15e031c825 [docgen] Update README.md
skip-checks: true
2021-12-09 17:14:23 -08:00
Steven Arcangeli 189bbc6562 fix(input): adjust implementation to avoid bugs in prompt buffer (#2) 2021-12-08 18:52:04 -08:00
Github Actions 6ed0ca5174 [docgen] Update README.md
skip-checks: true
2021-12-06 03:26:33 +00:00
Github Actions cbf7466a85 [docgen] Update README.md
skip-checks: true
2021-12-03 12:24:44 +00:00
Github Actions 134445e4a3 [docgen] Update README.md
skip-checks: true
2021-12-03 03:53:18 +00:00
Github Actions 106dfb93a3 [docgen] Update README.md
skip-checks: true
2021-12-03 03:34:32 +00:00
Steven Arcangeli 7f6cf7fb80 Initial commit 2021-12-02 19:30:27 -08:00