Update vim config
This commit is contained in:
parent
c78890f6ea
commit
77da044665
1 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,11 @@
|
|||
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set list
|
||||
set listchars=tab:→·
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
set mouse+=a
|
||||
|
||||
|
|
Loading…
Reference in a new issue