home | use space for tabstops in neovim

This commit is contained in:
Don Harper 2023-01-26 11:25:09 -06:00
parent 915eef531b
commit 007440e393

View file

@ -7,6 +7,9 @@
colorscheme dracula
set backspace="indent,eol,start"
set autoindent
set expandtab
set tabstop=2
set shiftwidth=2
set history=50
set ruler
set showcmd