adding a bunch of stuff (vim, nvim, bspwm)

This commit is contained in:
tonitch
2025-01-06 21:22:17 +01:00
parent 851e88be15
commit 082824261b
5 changed files with 18 additions and 3 deletions

View File

@ -21,4 +21,7 @@ do
vim.keymap.set('i', '<C-S>', function()
vim.lsp.buf.signature_help()
end, { desc = 'vim.lsp.buf.signature_help()' })
vim.keymap.set('n', ']g', vim.diagnostic.goto_next)
vim.keymap.set('n', '[g', vim.diagnostic.goto_prev)
end