File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments