mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
Update options.nix
tab = 4!!!!
This commit is contained in:
parent
b6490efbe0
commit
477f680f16
1 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ in {
|
|||
|
||||
tabstop = mkOption {
|
||||
type = int;
|
||||
default = 8; # Neovim default
|
||||
default = 4; # Neovim default
|
||||
description = ''
|
||||
Number of spaces that a `<Tab>` in the file counts for. Also see
|
||||
the {command}`:retab` command, and the {option}`softtabstop` option.
|
||||
|
@ -248,7 +248,7 @@ in {
|
|||
|
||||
shiftwidth = mkOption {
|
||||
type = int;
|
||||
default = 8; # Neovim default
|
||||
default = 4; # Neovim default
|
||||
description = ''
|
||||
Number of spaces to use for each step of (auto)indent. Used for
|
||||
{option}`cindent`, `>>`, `<<`, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue