Skip to content
Snippets Groups Projects
Commit 726eab64 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Do not enable line numbers in python-mode

parent 84adb6f0
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,10 @@ endfunction
let g:ansible_unindent_after_newline = 1
"}}}
" --- python-mode ---{{{
autocmd FileType python setlocal nonumber
"}}}
" --- unused ---{{{
" workaround for https://github.com/vim/vim/issues/1start671
"if has("unix")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment