[nvim] Fuck off Python and Rust: tabs > spaces

This commit is contained in:
M1dgard 2018-05-25 00:27:09 +02:00
parent abca9abf29
commit 980a633a41
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -220,6 +220,19 @@ let g:haskell_enable_pattern_synonyms=1
let g:haskell_enable_typeroles=1
let g:haskell_enable_static_pointers=1
" Python {{{2
" -----------
" Fuck PEP 8, tabs are better
let g:python_recommended_style = 0
" Rust {{{2
" ---------
" As with Python, fuck spaces
let g:rust_recommended_style = 0
setlocal textwidth=99
" Markdown {{{2
" -------------
let g:vim_markdown_conceal = 0