[nvim] disable indentation overrides for Python

This commit is contained in:
Dmytro Meleshko 2021-05-19 11:04:26 +03:00
parent 53bbede27f
commit 4895f06c02

View file

@ -266,4 +266,6 @@ set commentstring=//%s
let g:vala_syntax_folding_enabled = 0 let g:vala_syntax_folding_enabled = 0
let g:python_recommended_style = 0
" }}} " }}}