From 7fe8144b759e495b0b94e692f584c2d02aef67df Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 17 Mar 2017 16:47:06 -0600 Subject: Setting default as 4 spaces --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index be86b8f..92c7cee 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -12,6 +12,7 @@ set hlsearch " After a '/' search, highlight the matches set path=** " Set path to look at all directories under current root set wildignore=*/app/cache,*/vendor,*/env,*.pyc,*/venv,*/__pycache__ " Wildmenu will ignore these folder/file types set expandtab " Expand tabs into spaces +set tabstop=4 " Default to 4 spaces set shiftwidth=0 " Make shiftwidth value the same as tabstop set history=1000 " Set number of ':' commands set relativenumber " Use relative numbers in the sidebar -- cgit v1.2.3