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;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
editor = {
|
editor = {
|
||||||
|
file-picker.hidden = false;
|
||||||
idle-timeout = 0;
|
idle-timeout = 0;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
cursor-shape = {
|
cursor-shape = {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
{
|
{
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = # lua
|
||||||
|
''
|
||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
local function get_initial_cols_by_hostname()
|
local function get_initial_cols_by_hostname()
|
||||||
local hostname = wezterm.hostname()
|
local hostname = wezterm.hostname()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue