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

Add python-mode settings from ataraxia

parent ed330408
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,10 @@ let g:ansible_unindent_after_newline = 1 ...@@ -282,7 +282,10 @@ let g:ansible_unindent_after_newline = 1
"}}} "}}}
" --- python-mode ---{{{ " --- python-mode ---{{{
" dow not show line numbers
autocmd FileType python setlocal nonumber autocmd FileType python setlocal nonumber
let g:pymode_python = 'python3'
let g:pymode_options_max_line_length = 100
"}}} "}}}
" --- unused ---{{{ " --- unused ---{{{
......
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