mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: migrate to 0.11
This commit is contained in:
parent
fc15272c5c
commit
9a7bea28b4
1 changed files with 0 additions and 6 deletions
|
|
@ -177,12 +177,6 @@ vim.keymap.set('n', '<leader>y', ':call system("xclip -i -selection clipboard",
|
|||
vim.keymap.set('v', '<leader>y', '"+y', { desc = 'Copy selection to the system clipboard' })
|
||||
|
||||
-- Diagnostic
|
||||
vim.keymap.set('n', '[d', function()
|
||||
vim.diagnostic.jump { count = -1, float = true }
|
||||
end, { desc = 'Go to previous diagnostic message' })
|
||||
vim.keymap.set('n', ']d', function()
|
||||
vim.diagnostic.jump { count = 1, float = true }
|
||||
end, { desc = 'Go to next diagnostic message' })
|
||||
vim.keymap.set('n', '<leader>d', vim.diagnostic.open_float, { desc = 'Open floating [d]iagnostic message' })
|
||||
vim.keymap.set('n', '<leader>D', vim.diagnostic.setloclist, { desc = 'Open [D]iagnostics list' })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue