feat(hydra): add hydra

This commit is contained in:
zack 2024-10-18 23:59:23 -04:00
parent 3aa8d39a3f
commit 169932121f
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
6 changed files with 88 additions and 22 deletions

View file

@ -29,6 +29,12 @@ return {
},
},
{ "hrsh7th/nvim-cmp", enabled = false },
{
"jake-stewart/force-cul.nvim",
config = function()
require("force-cul").setup()
end,
},
{
"saghen/blink.cmp",
lazy = false, -- lazy loading handled internally