Files
nvim-cmp/lua/cmp
tzachar 124f1611f1 Statusline view in search mode or command line mode (#729)
* Search mode horizontal view

Enabled by setting `experimental.horizontal_search = true`

* use stylua

* move to a floating window instead of abusing status line

* pass all tests

* rework

1. rename entries view file and memeber to wildmenu_entries_view
2. move config to config.view.entries
3. support both in insert mode and cmdline
4. make separator configurable by config.view.separator

* rearange wildmenu config

Changed config to:
```lua
  view = {
    entries = {name = 'wildmenu', separator = '|' }
  },
```

* allow view.entries to be either a literal string or a table
2022-02-01 16:47:34 +09:00
..
2022-01-31 17:04:38 +09:00
2021-12-14 22:41:45 +09:00
2021-08-04 01:07:12 +09:00
2021-11-09 17:11:27 +09:00
2021-11-15 13:15:56 +09:00
2022-01-25 10:06:36 +09:00
2022-01-18 19:32:51 +09:00
2022-01-20 17:26:05 +09:00
2022-01-31 14:30:57 +09:00
2021-10-19 14:38:10 +09:00
2021-08-27 23:26:54 +09:00
2021-11-24 12:57:04 +09:00