[nvim] Fuck off Python and Rust: tabs > spaces
This commit is contained in:
parent
abca9abf29
commit
980a633a41
1 changed files with 13 additions and 0 deletions
|
@ -220,6 +220,19 @@ let g:haskell_enable_pattern_synonyms=1
|
||||||
let g:haskell_enable_typeroles=1
|
let g:haskell_enable_typeroles=1
|
||||||
let g:haskell_enable_static_pointers=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
|
" Markdown {{{2
|
||||||
" -------------
|
" -------------
|
||||||
let g:vim_markdown_conceal = 0
|
let g:vim_markdown_conceal = 0
|
||||||
|
|
Loading…
Reference in a new issue