Compare commits

...

2 commits

Author SHA1 Message Date
e92ac13bc3 Add ruby_ls to nvim lsp list 2024-08-12 10:03:19 +02:00
c24c63ba0a Disable wezterm bell sound 2024-08-12 10:03:19 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ for key, value in pairs {
"html",
"lua_ls",
"solargraph",
"ruby_lsp",
"standardrb",
"svelte",
"tsserver",

View file

@ -17,6 +17,7 @@ config.window_padding = {
config.font = wezterm.font "Fira Code"
config.default_prog = { 'zsh', '--login' }
config.audible_bell = "Disabled"
local darkfile = os.getenv("HOME") .. "/.dark"