✨ feat(coding): implement splitjoin plugin and enable codeium chat
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
return {
|
return {
|
||||||
{ -- Codeium
|
{ -- Codeium
|
||||||
import = "lazyvim.plugins.extras.coding.codeium",
|
import = "lazyvim.plugins.extras.coding.codeium",
|
||||||
|
opts = {
|
||||||
|
enable_chat = true,
|
||||||
|
},
|
||||||
cond = function()
|
cond = function()
|
||||||
return vim.g.aitool == "codeium"
|
return vim.g.aitool == "codeium"
|
||||||
end,
|
end,
|
||||||
@@ -108,4 +111,13 @@ return {
|
|||||||
preserve_cursor_position = true,
|
preserve_cursor_position = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ -- mini.splitjoin
|
||||||
|
"echasnovski/mini.splitjoin",
|
||||||
|
event = "InsertEnter",
|
||||||
|
opts = {
|
||||||
|
mappings = {
|
||||||
|
toggle = "gJ",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user