From d2d3900ea28d1bd2a86238e9c16d142d07ec7e45 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 18 May 2015 15:05:59 +0100 Subject: added .nvim with configuration --- nvim/after/syntax/cpp.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/after/syntax/cpp.vim (limited to 'nvim/after/syntax/cpp.vim') diff --git a/nvim/after/syntax/cpp.vim b/nvim/after/syntax/cpp.vim new file mode 100644 index 0000000..4da741d --- /dev/null +++ b/nvim/after/syntax/cpp.vim @@ -0,0 +1,3 @@ +syntax keyword mPigroup pi +hi def link mPigroup Todo + -- cgit v1.2.3