mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 17:15:58 +01:00
dev: rename deprecated git.timeOut
This commit is contained in:
parent
7f7926fbbb
commit
bb76a26c1b
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ in {
|
|||
show_on_dirs = ${boolToString cfg.git.showOnDirs},
|
||||
show_on_open_dirs = ${boolToString cfg.git.showOnOpenDirs},
|
||||
disable_for_dirs = ${nvim.lua.listToLuaTable cfg.git.disableForDirs},
|
||||
timeout = ${toString cfg.git.timeOut},
|
||||
timeout = ${toString cfg.git.timeout},
|
||||
},
|
||||
|
||||
modified = {
|
||||
|
|
Loading…
Reference in a new issue