home | use space for tabstops in neovim
This commit is contained in:
parent
915eef531b
commit
007440e393
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
set backspace="indent,eol,start"
|
set backspace="indent,eol,start"
|
||||||
set autoindent
|
set autoindent
|
||||||
|
set expandtab
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
set history=50
|
set history=50
|
||||||
set ruler
|
set ruler
|
||||||
set showcmd
|
set showcmd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue