Move keybinds to init.lua, add neotest and tiny-inline
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user