From 252c49b595fab379c600eb139d20b44731a76c98 Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 22 Jan 2016 05:20:59 -0700 Subject: haskell settings --- .vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 0245e50..0955b90 100644 --- a/.vimrc +++ b/.vimrc @@ -221,6 +221,10 @@ endfunction function! Settings_haskell() "settings + setlocal shiftwidth=4 + setlocal tabstop=4 + setlocal softtabstop=4 + setlocal expandtab "mappings nnoremap -- O-- endfunction @@ -256,6 +260,13 @@ function! Settings_nim() nnoremap -_ O## endfunction +function! Settings_python() + call Settings_script() + "settings + setlocal expandtab + "mappings +endfunction + function! Settings_script() "settings setlocal shiftwidth=4 -- cgit v1.2.3