mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add useful comments to vimrc
This commit is contained in:
4
.vimrc
4
.vimrc
@ -2,8 +2,8 @@ set nocompatible " be iMproved, required
|
||||
|
||||
syntax enable
|
||||
set tabstop=4
|
||||
set shiftwidth=0
|
||||
set softtabstop=-1
|
||||
set shiftwidth=0 " Use tabstop
|
||||
set softtabstop=-1 " Use tabstop
|
||||
set expandtab
|
||||
set number
|
||||
set autoindent
|
||||
|
Reference in New Issue
Block a user