From 43ad662f2aa87da22053bdfd4244ec3d710d8c9f Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sat, 21 Apr 2018 11:40:41 -0400 Subject: Moves vim ftplugins and Edits .vimrc accordingly --- vim/.vim/ftplugin/python.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vim/.vim/ftplugin/python.vim (limited to 'vim/.vim/ftplugin/python.vim') diff --git a/vim/.vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim new file mode 100644 index 0000000..643e63d --- /dev/null +++ b/vim/.vim/ftplugin/python.vim @@ -0,0 +1,7 @@ +set nospell +set tw=0 +set tabstop=8 +set softtabstop=8 +set shiftwidth=8 +set noexpandtab + -- cgit v1.1