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

@@ -17,7 +17,7 @@ return {
"lua_ls",
"gopls",
"html",
"pyright",
"basedpyright",
"clangd",
"yamlls",
"ansiblels",
@@ -42,9 +42,5 @@ return {
}
})
vim.keymap.set("n", "K", vim.lsp.buf.hover, {})
vim.keymap.set("n", "gd", vim.lsp.buf.definition, {})
vim.keymap.set({ "n", "v" }, "<leader>ca", vim.lsp.buf.code_action, {})
vim.keymap.set("n", "<leader>cr", vim.lsp.buf.rename, {})
end,
}