mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 01:52:20 +00:00
Fix 14 editorconfig/biome errors across 6 files: update biome schema version, replace tabs with spaces, fix continuation indents, and wrap long lines. Remove dangling OrbStack fish completion symlinks.
16 lines
170 B
Lua
16 lines
170 B
Lua
--
|
|
-- These globals can be set and accessed:
|
|
--
|
|
globals = {
|
|
"rawrequire",
|
|
}
|
|
|
|
--
|
|
-- These globals can only be accessed:
|
|
--
|
|
read_globals = {
|
|
"hs",
|
|
"ls",
|
|
"spoon",
|
|
}
|