updated binds

This commit is contained in:
Aram Markarov
2025-11-30 21:39:12 +01:00
parent 48b3b449fa
commit 878d5386f4
3 changed files with 19 additions and 5 deletions
+12
View File
@@ -1,4 +1,16 @@
return {
{
"ThePrimeagen/refactoring.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
lazy = false,
opts = {},
config = function()
require("config.refactoring")
end,
},
{
"nvim-neorg/neorg",
lazy = false,