diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
commit | 4ef14d855be8f6a56e05483a34f572d5b8c2f151 (patch) | |
tree | d3b89dde7a5e6ed26011a0496f4e3ecf5040e404 /Common | |
parent | f1524969f404fff4e79ae631db2db3865dc5be15 (diff) | |
download | dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.tar.gz dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.zip |
Updated vimconf, and made som bash scripts
Diffstat (limited to 'Common')
l--------- | Common/vim/vim | 1 | ||||
-rw-r--r-- | Common/vimrc | 1 |
2 files changed, 2 insertions, 0 deletions
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 |