logo

dotfiles

My dotfiles, one branch per machine
commit: 67ae1e3b54d5347bf02e1d1cf765d27c9f840cd3
parent: 9af324f100d55ea050be12201eabed4e1d363106
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Feb 2018 05:25:11 +0100

.vimrc: Indent vs PEP8

Diffstat:

M.vimrc4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -1,9 +1,11 @@ "set runtimepath=/seagate/sources/git/github.com/Shougo/vimproc,~/.vim,/usr/share/vim/vimfiles let g:neocomplete#enable_at_startup = 1 +filetype off "KISS and no PEP8 filetype plugin on -filetype indent plugin off "KISS and no PEP8 +filetype plugin indent off "KISS and no PEP8 +set textwidth=0 set nobomb set encoding=utf-8