File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4242``` lua
4343{
4444 " A7lavinraj/assistant.nvim" ,
45- dependencies = { " stevearc/dressing.nvim" }, -- optional but recommended
45+ dependencies = { " folke/snacks.nvim" }, -- optional but recommended
46+ lazy = false , -- if you want to start TCP Listener on neovim startup
4647 keys = {
4748 { " <leader>a" , " <cmd>AssistantToggle<cr>" , desc = " Assistant.nvim" }
4849 },
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Using |lazy.nvim| plugin manager
1212>lua
1313 {
1414 "A7Lavinraj/assistant.nvim",
15- lazy = false, -- if you want to start tcplistner on neovim startup
15+ dependencies = { "folke/snacks.nvim" }, -- optional but recommended
16+ lazy = false, -- if you want to start TCP Listener on neovim startup
1617 keys = {
1718 { "<leader> a", "<cmd> Assistant<cr> ", desc = "Assistant.nvim" }
1819 }
You can’t perform that action at this time.
0 commit comments