neovim: Remove useless softtabstop option

0 is already the default.
This commit is contained in:
Donovan Glover 2024-08-09 10:46:47 -04:00
parent a73678b2a8
commit 19bb580cb0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -70,7 +70,6 @@
set scrolloff=1 " The minimal number of rows to show when scrolling up/down
set sidescrolloff=5 " The minimal number of columns to show when scrolling left/right
set tabstop=4 " Show a tab character as 4 spaces
set softtabstop=0 " Edit soft tabs as if they're regular spaces
set shiftwidth=4 " Make autoindent appear as 4 spaces
set foldmethod=indent