1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 09:59:25 +00:00

[neovim] Update plugins

This commit is contained in:
2023-07-19 17:57:14 +02:00
parent 713a302bee
commit ad1de3bdf5
3 changed files with 3 additions and 4 deletions

View File

@ -55,7 +55,7 @@ keymap("n", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>", opts)
keymap("n", "K", "<cmd>Lspsaga hover_doc<cr>", opts)
keymap("n", "E", "<cmd>Lspsaga show_line_diagnostics<cr>", opts)
keymap("n", "gd", "<cmd>Lspsaga finder<cr>", opts)
keymap("n", "<leader>ld", "<cmd>Lspsaga finder<cr>", opts)
keymap("n", "<leader>ld", "<cmd>Lspsaga goto_definition<cr>", opts)
keymap("n", "<leader>la", "<cmd>Lspsaga code_action<cr>", opts)
keymap("n", "<leader>lj", "<cmd>Lspsaga diagnostic_jump_next<cr>", opts)
keymap("n", "<leader>lk", "<cmd>Lspsaga diagnostic_jump_prev<cr>", opts)