Move keybinds to init.lua, add neotest and tiny-inline

This commit is contained in:
Zam Kokott
2025-11-06 17:01:18 +00:00
parent ed6bba05aa
commit 93b3ff7dda
10 changed files with 101 additions and 108 deletions

View File

@@ -30,6 +30,5 @@ return {
},
},
})
vim.keymap.set("n", "<C-n>", ":Neotree filesystem reveal right toggle<CR>", {})
end,
}