refactor(config): default icons to ascii (#55)
* refactor(config): default icons to ascii Problem: default icons used unicode characters (○, ✓, ●, ▸, ·, ↺) which render poorly in some terminals and font configurations. Solution: replace defaults with ascii equivalents (-, x, !, >, ., ~). Users can still override to unicode or nerd font icons via config. * ci: ignore library type checking
This commit is contained in:
parent
627100eb8c
commit
7718ebed42
6 changed files with 28 additions and 36 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"diagnostics.globals": ["vim", "jit"],
|
||||
"diagnostics.libraryFiles": "Disable",
|
||||
"workspace.library": [
|
||||
"$VIMRUNTIME/lua",
|
||||
"${3rd}/luv/library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue