Add rest of settings
This commit is contained in:
+12
-11
@@ -13,12 +13,12 @@ local M = {
|
||||
enabled = true,
|
||||
auto_trigger = true,
|
||||
keymap = {
|
||||
accept = "<M-j>",
|
||||
accept_line = "<M-l>",
|
||||
accept_word = "<M-k>",
|
||||
next = "<M-]>",
|
||||
prev = "<M-[>",
|
||||
dismiss = "<M-c>",
|
||||
accept = "<C-j>",
|
||||
accept_line = "<C-l>",
|
||||
accept_word = "<C-k>",
|
||||
-- next = "<C-]>",
|
||||
-- prev = "<C-[>",
|
||||
dismiss = "<C-c>",
|
||||
},
|
||||
},
|
||||
nes = {
|
||||
@@ -52,12 +52,13 @@ local M = {
|
||||
end,
|
||||
},
|
||||
{
|
||||
"CopilotC-Nvim/CopilotChat.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-lua/plenary.nvim", branch = "master" },
|
||||
},
|
||||
build = "make tiktoken",
|
||||
"olimorris/codecompanion.nvim",
|
||||
version = "^19.0.0",
|
||||
opts = {},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user