Compare commits
2 commits
e9f4247a44
...
e92ac13bc3
Author | SHA1 | Date | |
---|---|---|---|
e92ac13bc3 | |||
c24c63ba0a |
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ for key, value in pairs {
|
||||||
"html",
|
"html",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"solargraph",
|
"solargraph",
|
||||||
|
"ruby_lsp",
|
||||||
"standardrb",
|
"standardrb",
|
||||||
"svelte",
|
"svelte",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
|
|
|
@ -17,6 +17,7 @@ config.window_padding = {
|
||||||
config.font = wezterm.font "Fira Code"
|
config.font = wezterm.font "Fira Code"
|
||||||
|
|
||||||
config.default_prog = { 'zsh', '--login' }
|
config.default_prog = { 'zsh', '--login' }
|
||||||
|
config.audible_bell = "Disabled"
|
||||||
|
|
||||||
local darkfile = os.getenv("HOME") .. "/.dark"
|
local darkfile = os.getenv("HOME") .. "/.dark"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue