Last active
February 12, 2021 22:16
-
-
Save MartyLake/8dd0e88724f5804c1f755a901a0423ce to your computer and use it in GitHub Desktop.
.local.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"call make from the root folder | |
let &l:makeprg = 'cd ' . expand('<sfile>:p:h') . ' && make' | |
augroup fix_path_for_catch2_output_results | |
autocmd! | |
au QuickFixCmdPre * lcd <sfile>:p:h/build | |
augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment