From fcaf13a267b7bacd26ad8b2e952a793645e42bba Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 15 Feb 2021 14:22:32 +0530 Subject: init --- after/syntax/python.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 after/syntax/python.vim (limited to 'after/syntax/python.vim') diff --git a/after/syntax/python.vim b/after/syntax/python.vim new file mode 100644 index 0000000..278cdc2 --- /dev/null +++ b/after/syntax/python.vim @@ -0,0 +1,6 @@ +syntax keyword pyNiceLambda lambda conceal cchar=λ +highlight link pyNiceLambda secondAccent + +highlight! link Conceal Noise + +setlocal conceallevel=1 -- cgit v1.2.3