From 4ef14d855be8f6a56e05483a34f572d5b8c2f151 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Fri, 17 Jan 2020 12:16:49 +0100 Subject: Updated vimconf, and made som bash scripts --- Common/vim/vim | 1 + Common/vimrc | 1 + 2 files changed, 2 insertions(+) create mode 120000 Common/vim/vim (limited to 'Common') diff --git a/Common/vim/vim b/Common/vim/vim new file mode 120000 index 0000000..f81b69e --- /dev/null +++ b/Common/vim/vim @@ -0,0 +1 @@ +/Users/jakobstendahl/_code/Personal projects/dotfiles/Common/vim \ No newline at end of file diff --git a/Common/vimrc b/Common/vimrc index 600b81c..c2d766c 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -183,6 +183,7 @@ set smarttab " 1 tab == 4 spaces set shiftwidth=4 set tabstop=4 +set softtabstop=4 " Linebreak on 500 characters set lbr -- cgit v1.2.3