Update keys

This commit is contained in:
Andre Herniques
2023-05-10 08:32:49 +01:00
parent 82feb6f59f
commit 85b74eac1d
3 changed files with 40 additions and 35 deletions

View File

@@ -147,7 +147,7 @@ saga.setup{
server_filetype_map = {},
}
keymap("n", "gh", "<cmd>Lspsaga lsp_finder<CR>", { silent = true })
keymap("n", "<leader>sf", "<cmd>Lspsaga lsp_finder<CR>", { silent = true })
keymap({"n","v"}, "<leader>ca", function () saga.code_action() end, {})
keymap("n", "gr", "<cmd>Lspsaga rename<CR>", { silent = true })
keymap("n", "gd", "<cmd>Lspsaga peek_definition<CR>", { silent = true })