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

@@ -10,6 +10,5 @@ return {
null_ls.builtins.formatting.black
},
})
vim.keymap.set("n", "<leader>gf", vim.lsp.buf.format, {})
end,
}