Browse Source

fix(annotations): Updated neogen and fixed keybind

my-config
connorgmeean 3 years ago
parent
commit
3530b33928
  1. 10
      lua/doom/modules/annotations/binds.lua
  2. 2
      lua/doom/modules/annotations/packages.lua

10
lua/doom/modules/annotations/binds.lua

@ -1,13 +1,19 @@
local binds = {
{
"<leader>",
{
name = "+prefix",
{
{
"c",
name = "+code",
{
{ "g", require("neogen").generate, name = "Generate annotations" },
{
"g",
function()
require("neogen").generate()
end,
name = "Generate annotations"
},
},
},
},

2
lua/doom/modules/annotations/packages.lua

@ -1,7 +1,7 @@
return {
["neogen"] = {
"danymat/neogen",
commit = "a03cbd18f4375f749e69ca98dfb8f6e7deae2e90",
commit = "7a2e69b660218e1fdc412d9822ead873eb58d85e",
after = "nvim-treesitter",
},
}

Loading…
Cancel
Save