From 980a633a41cf9d4c44fb189c3f655d7ebe449a16 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Fri, 25 May 2018 00:27:09 +0200 Subject: [PATCH] [nvim] Fuck off Python and Rust: tabs > spaces --- nvim-init.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nvim-init.vim b/nvim-init.vim index 2c158f5..3c2dc46 100644 --- a/nvim-init.vim +++ b/nvim-init.vim @@ -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