Compare commits
2 commits
83aaa5aef3
...
266f589b16
| Author | SHA1 | Date | |
|---|---|---|---|
| 266f589b16 | |||
| a922c0d494 |
2 changed files with 4 additions and 11 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
local map = core.misc.map
|
local map = core.misc.map
|
||||||
|
|
||||||
return { "danymat/neogen",
|
-- using my fork for now so that I can generate zig docs, will change back to
|
||||||
|
-- danymat/neogen once my pr gets merged.
|
||||||
|
return { "Squibid/neogen",
|
||||||
|
branch = "zig",
|
||||||
reqs = {
|
reqs = {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
"L3MON4D3/LuaSnip"
|
"L3MON4D3/LuaSnip"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
return { "NickvanDyke/opencode.nvim",
|
|
||||||
load = function()
|
|
||||||
core.misc.map("n", "<leader>oa", function()
|
|
||||||
require("opencode").ask()
|
|
||||||
end, { desc = "Ask opencode" })
|
|
||||||
core.misc.map("v", "<leader>oa", function()
|
|
||||||
require("opencode").ask("@selection: ")
|
|
||||||
end, { desc = "Ask opencode about selection" })
|
|
||||||
end
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue