mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Routine
This commit is contained in:
parent
53a8a00428
commit
aad2e0eb7f
3 changed files with 6 additions and 4 deletions
|
|
@ -30,6 +30,9 @@
|
|||
insteadOf = git://github.com
|
||||
|
||||
[core]
|
||||
; Unicode文件名
|
||||
quotepath = off
|
||||
|
||||
pager = delta
|
||||
; https://github.com/samjwill/nvim-unception#working-with-git
|
||||
editor = nvim --cmd 'let g:unception_block_while_host_edits=1'
|
||||
|
|
|
|||
|
|
@ -9,9 +9,8 @@ enable_audio_bell no
|
|||
# 不在系统窗口上报警
|
||||
window_alert_on_bell no
|
||||
|
||||
# 优先使用Nerd font,会覆盖其他字体的字形
|
||||
# 包含私用空间、中日韩兼容表意文字、字母表现形式、阿拉伯表现形式A
|
||||
symbol_map U+E000-U+FDFF Symbols Nerd Font
|
||||
# Unicode PUA使用Nerd font,会覆盖来自其他字体的字形
|
||||
symbol_map U+E000-U+F8FF Symbols Nerd Font
|
||||
# }}}
|
||||
|
||||
# {{{ Scrollback
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ keepbuilddir = yes
|
|||
keepdevbuilddir = yes
|
||||
keepbuilddeps = no
|
||||
skipfailedbuild = no
|
||||
alwaysusedynamicusers = no
|
||||
ignorearch = no
|
||||
gpgdir =
|
||||
dynamicusers = root
|
||||
|
||||
[colors]
|
||||
version = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue