commit 9c8d7bc0582c1d3a39b06f91112b503eafa6648e
parent 752b21a1e637c72e2e5a08c7badd8df18233ef21
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 21 Jan 2020 16:15:46 +0100
Add ftplugin for python
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim
@@ -0,0 +1,4 @@
+let &colorcolumn=join(range(81,999),",")
+let &colorcolumn="80,".join(range(400,999),",")
+highlight OverLength ctermbg=red ctermfg=white guibg=#592929
+match OverLength /\%81v.\+/