dressing.nvim/tests
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
..
manual refactor: remove fzf_lua implementation; defer directly to fzf_lua 2023-04-12 05:43:58 -07:00
input_spec.lua refactor!: remove insert_only config option 2024-06-18 21:26:01 -04:00
minimal_init.lua fix: close input window when entering cmdline window (#99) 2023-06-02 12:09:51 -07:00
util.lua test: automated tests for the input modal 2021-12-09 17:09:22 -08:00