Set indentUnit instead of tabSize, which is what I really wanted; now and indent and outdent lines the correct amount.

This commit is contained in:
jkaplon 2016-10-05 14:06:23 -04:00
parent bfc7250aa1
commit 2dee9a7d81

View File

@ -40,7 +40,7 @@
matchBrackets: true,
showCursorWhenSelecting: true,
viewportMargin: Infinity,
tabSize: 4,
indentUnit: 4,
styleActiveLine: true
});
// Add my .vimrc stuff.