mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
0f8146b212
Nudge new users towards using this style:
```lua
local config = {}
config.color_scheme = 'Batman'
return config
```
and surface how to write lua modules closer to the main section
on config files. In that lua modules section, nudge towards using
a convention similar to that of the plugin spec described in
this commit:
|
||
---|---|---|
.. | ||
buffered_terminal.rs | ||
gennerdfonts.rs | ||
hello.rs | ||
key_tester.rs | ||
line_editor.rs | ||
strip-ansi-escapes.rs | ||
terminal_direct.rs | ||
widgets_basic.rs | ||
widgets_nested.rs |