summaryrefslogtreecommitdiff
path: root/general/settings.vim
diff options
context:
space:
mode:
Diffstat (limited to 'general/settings.vim')
-rw-r--r--general/settings.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/general/settings.vim b/general/settings.vim
index 3d11d259..ae86008f 100644
--- a/general/settings.vim
+++ b/general/settings.vim
@@ -15,6 +15,7 @@ set splitbelow " Horizontal splits will automatically b
set splitright " Vertical splits will automatically be to the right
set t_Co=256 " Support 256 colors
set conceallevel=0 " So that I can see `` in markdown files
+set foldcolumn=2 " Folding abilities
set tabstop=2 " Insert 2 spaces for a tab
set shiftwidth=2 " Change the number of space characters inserted for indentation
set smarttab " Makes tabbing smarter will realize you have 2 vs 4