diff options
Diffstat (limited to 'Editor/vimrc')
-rw-r--r-- | Editor/vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index bc17c0e..bd76cb7 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -86,10 +86,10 @@ nnoremap <leader>v :!open '<cfile>'<CR> "read spaces in path's set isfname+=32 -""Set tab to two spaces -"set expandtab -"set shiftwidth=2 -"set softtabstop=2 +"Set tab to two spaces +set expandtab +set shiftwidth=2 +set softtabstop=2 "Make tab into another escape |