lua highlitghing
This commit is contained in:
parent
747bda0f19
commit
9e61d2da2c
2 changed files with 64 additions and 62 deletions
|
|
@ -13,6 +13,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
editor = {
|
||||
file-picker.hidden = false;
|
||||
idle-timeout = 0;
|
||||
line-number = "relative";
|
||||
cursor-shape = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
extraConfig = # lua
|
||||
''
|
||||
local act = wezterm.action
|
||||
local function get_initial_cols_by_hostname()
|
||||
local hostname = wezterm.hostname()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue