Skip to content

Commit 98759a0

Browse files
committed
docs: update vimdoc and changelog
1 parent 665c3f0 commit 98759a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v4.2.0 (2025-04-17)
4+
- Implement builtin select picker
5+
- Implement help for key mappings
6+
- Implement plugins actions to make flexible key mappings
7+
- Better editing tests properties
8+
- Fix neovim freezing on compilation
9+
- Remove `action-bar`
10+
- Change tests display format
11+
312
## v4.1.0 (2025-02-27)
413
- Add TCPListener configuration option
514
- Unbind existing TCPListener before binding new

doc/assistant.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Using |lazy.nvim| plugin manager:
1212
>lua
1313
{
1414
"A7Lavinraj/assistant.nvim",
15-
dependencies = { "folke/snacks.nvim" }, -- Optional but recommended
1615
lazy = false, -- Start TCP listener on Neovim startup
1716
keys = {
1817
{ "<leader>a", "<cmd>Assistant<cr>", desc = "Assistant.nvim" }
@@ -28,6 +27,7 @@ Using |lazy.nvim| plugin manager:
2827

2928
>lua
3029
{
30+
mappings = { ... },
3131
commands = {
3232
python = {
3333
extension = "py",

0 commit comments

Comments
 (0)