mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +00:00
[neovim] Add karem-yank plugin
This commit is contained in:
parent
c1d4762753
commit
cb0c751e4d
@ -47,7 +47,7 @@ keymap("n", "<leader>xd", "<cmd>TroubleToggle document_diagnostics<cr>", opts)
|
||||
keymap("n", "<leader>xl", "<cmd>TroubleToggle loclist<cr>", opts)
|
||||
keymap("n", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>", opts)
|
||||
keymap("n", "K", "<cmd>Lspsaga hover_doc<cr>", opts)
|
||||
keymap("n", "D", "<cmd>Lspsaga show_line_diagnostics<cr>", opts)
|
||||
keymap("n", "E", "<cmd>Lspsaga show_line_diagnostics<cr>", opts)
|
||||
keymap("n", "gd", "<cmd>Lspsaga lsp_finder<cr>", opts)
|
||||
keymap("n", "<leader>ld", "<cmd>Lspsaga lsp_finder<cr>", opts)
|
||||
keymap("n", "<leader>la", "<cmd>Lspsaga code_action<cr>", opts)
|
||||
|
@ -72,6 +72,7 @@ lazy.setup({
|
||||
},
|
||||
{ "taybart/b64.nvim", event = "VeryLazy" },
|
||||
{ "echasnovski/mini.align", event = "VeryLazy", version = "*" },
|
||||
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
|
||||
|
||||
-- cmp plugins
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user