aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-15 20:53:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-15 20:53:14 +0200
commitda3aadf2f63a02bc6aef16eac48b98b4ff8c4689 (patch)
tree7d0f5461f650c7696144ce533a4443e99b0d5b3e /vim
parentf06caad01336218d28064cbf3c9b873e4985a5c5 (diff)
downloaddotfiles-da3aadf2f63a02bc6aef16eac48b98b4ff8c4689.tar.xz
vimrc: Delete the "show cursor on the left side of tabs" thing
I already set the tabs to be shown differently after it anyway..
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 38906db..ef4b151 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -73,10 +73,6 @@ set noexpandtab
" voodoo magic
set hidden
-" Make the cursor be on the left side in normal mode if line starts with tab
-set list lcs=tab:\ \
-" Note the extra space after the second \
-
" Paste mode when pressing Insert, disables autoformating
set pastetoggle=<Insert>