which key plugin and telescop settings

This commit is contained in:
2026-01-06 11:18:32 +05:00
parent bce2815847
commit 0e719616a4
7 changed files with 31 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
-- Quick compilation with GCC and running
vim.keymap.set('n', 'co', '<cmd>:!gcc -o test % && ./test', {noremap = true})
vim.keymap.set('n', '<leader>c', '<cmd>!gcc -o test % && ./test<cr>', { noremap = true })