addet ai again
This commit is contained in:
parent
bef9661e9c
commit
25790de5b4
4 changed files with 60 additions and 64 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@
|
||||||
|
|
||||||
lazy-lock.json
|
lazy-lock.json
|
||||||
cd-project.nvim.json
|
cd-project.nvim.json
|
||||||
|
custom/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"yetone/avante.nvim",
|
"yetone/avante.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
|
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
|
||||||
|
@ -57,13 +57,5 @@ return {
|
||||||
ft = { "markdown", "Avante" },
|
ft = { "markdown", "Avante" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
"olimorris/codecompanion.nvim",
|
|
||||||
config = true,
|
|
||||||
dependencies = {
|
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
if true then return {} end
|
-- if true then
|
||||||
|
-- return {}
|
||||||
|
-- end
|
||||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||||
-- NOTE: Has to be commented out if blink should be used
|
-- NOTE: Has to be commented out if blink should be used
|
||||||
|
|
||||||
|
@ -33,6 +35,7 @@ return {
|
||||||
-- C-k: Toggle signature help (if signature.enabled = true)
|
-- C-k: Toggle signature help (if signature.enabled = true)
|
||||||
--
|
--
|
||||||
-- See :h blink-cmp-config-keymap for defining your own keymap
|
-- See :h blink-cmp-config-keymap for defining your own keymap
|
||||||
|
cmdline = { sources = { "cmdline" } },
|
||||||
keymap = {
|
keymap = {
|
||||||
-- set to 'none' to disable the 'default' preset
|
-- set to 'none' to disable the 'default' preset
|
||||||
preset = "super-tab",
|
preset = "super-tab",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-- if true then
|
if true then
|
||||||
-- return {}
|
return {}
|
||||||
-- end
|
end
|
||||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||||
-- NOTE: Has to be commented out if blink should be used
|
-- NOTE: Has to be commented out if blink should be used
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue