From 6428422cbd2c16a64981fd205395661f718c7a59 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 12 Sep 2019 21:29:00 +0800 Subject: Simplify init.vim and move settings to autoload and after directory --- after/ftplugin/cpp.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 after/ftplugin/cpp.vim (limited to 'after/ftplugin/cpp.vim') diff --git a/after/ftplugin/cpp.vim b/after/ftplugin/cpp.vim new file mode 100644 index 0000000..7962700 --- /dev/null +++ b/after/ftplugin/cpp.vim @@ -0,0 +1 @@ +nnoremap :w :!g++ -Wall -std=c++11 % -o %<&&./%< -- cgit v1.2.3