lua highlitghing

This commit is contained in:
William 2024-09-20 07:30:57 -03:00
parent 747bda0f19
commit 9e61d2da2c
2 changed files with 64 additions and 62 deletions

View file

@ -13,6 +13,7 @@
enable = true;
settings = {
editor = {
file-picker.hidden = false;
idle-timeout = 0;
line-number = "relative";
cursor-shape = {

View file

@ -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()