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:
parent
aa9b24b6e3
commit
b6bebda784
4
.vimrc
4
.vimrc
@ -2,8 +2,8 @@ set nocompatible " be iMproved, required
|
|||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=0
|
set shiftwidth=0 " Use tabstop
|
||||||
set softtabstop=-1
|
set softtabstop=-1 " Use tabstop
|
||||||
set expandtab
|
set expandtab
|
||||||
set number
|
set number
|
||||||
set autoindent
|
set autoindent
|
||||||
|
Loading…
Reference in New Issue
Block a user