Regenerate nvim config
This commit is contained in:
@ -0,0 +1 @@
|
||||
# Used to Generate Artifacts
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
icon_colours: {}
|
||||
text_colours:
|
||||
ext_exact: {}
|
||||
name_exact: {}
|
||||
name_glob: {}
|
||||
@ -0,0 +1,36 @@
|
||||
---
|
||||
ascii: &ascii
|
||||
default_icon: ●
|
||||
ext_exact: {}
|
||||
folder:
|
||||
closed: ▶
|
||||
open: ▼
|
||||
link:
|
||||
broken: -/->
|
||||
normal: ->
|
||||
name_exact: {}
|
||||
name_glob: {}
|
||||
status:
|
||||
active: ">"
|
||||
inactive: " "
|
||||
not_selected: " "
|
||||
selected: "*"
|
||||
|
||||
ascii_hollow:
|
||||
<<: *ascii
|
||||
default_icon: ○
|
||||
folder:
|
||||
closed: ▷
|
||||
open: ▽
|
||||
|
||||
devicons: &devicons
|
||||
link:
|
||||
broken:
|
||||
normal:
|
||||
status:
|
||||
active: ▶
|
||||
inactive: " "
|
||||
not_selected: " "
|
||||
selected: ✸
|
||||
|
||||
emoji: *devicons
|
||||
Reference in New Issue
Block a user