Testing snacks pluggin

This commit is contained in:
pgolik 2025-05-06 05:30:26 +02:00
parent d02762b7c9
commit 9ce05d9a75
5 changed files with 560 additions and 47 deletions

View file

@ -3,7 +3,6 @@
-- Set highlight on search, but clear on pressing <Esc> in normal mode
vim.keymap.set('n', '<leader>mt', '<cmd>NvimTreeFocus<CR>')
vim.keymap.set('n', '<C-o>', '<cmd>ClangdSwitchSourceHeader<CR>', { desc = 'Swith to source/header file' })
vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')
vim.keymap.set('n', '[d', vim.diagnostic.goto_prev, { desc = 'Go to previous [D]iagnostic message' })