mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
dlv: add config
This commit is contained in:
parent
c5d1cbdccf
commit
c7f2f27cd8
1 changed files with 8 additions and 0 deletions
8
config/dlv/config.yml
Normal file
8
config/dlv/config.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
tab: "│·"
|
||||
source-list-line-count: 4
|
||||
max-array-values: 64
|
||||
max-variable-recurse: 1
|
||||
aliases:
|
||||
rebuild: ["re"]
|
||||
stepout: ["S"]
|
||||
locals: ["ll"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue