From 74b4e5aac83250759a6246216c2c361bab653a5b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Nov 2021 22:36:31 +0900 Subject: neovim: move my plugin directories --- .config/nvim/after/syntax/python.vim | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/nvim/after/syntax/python.vim (limited to '.config/nvim/after/syntax/python.vim') diff --git a/.config/nvim/after/syntax/python.vim b/.config/nvim/after/syntax/python.vim new file mode 100644 index 0000000..834ab1f --- /dev/null +++ b/.config/nvim/after/syntax/python.vim @@ -0,0 +1,19 @@ +scriptencoding utf-8 + + +if exists("b:current_syntax_my_python") + finish +endif + +if b:current_syntax !=# 'python' + finish +endif + + + +" Highlight "self". +syn keyword pythonSelf self +hi default link pythonSelf Identifier + + +let b:current_syntax_my_python = 1 -- cgit v1.2.3-70-g09d2