install.sh, keymaps, settings

This commit is contained in:
2024-06-08 16:38:50 +07:00
parent 68c1b808d4
commit 6f8ee458c9
4 changed files with 190 additions and 118 deletions

View File

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