mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
neovim: Remove useless softtabstop option
0 is already the default.
This commit is contained in:
parent
a73678b2a8
commit
19bb580cb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user