Automated update
This commit is contained in:
6
nvim/after/ftplugin/c.lua
Normal file
6
nvim/after/ftplugin/c.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
function c()
|
||||
nn('<c-n>', ":w<cr>:!gcc '%' -o '%:r' -lm -O3 && ./'%:r'<cr>")
|
||||
nn('<c-p>', ":w<cr>:make<cr>")
|
||||
end
|
||||
|
||||
c()
|
||||
Reference in New Issue
Block a user