From 434faa847b95e59b4a06aae4719dfab15bae6f8f Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 5 Nov 2023 16:19:13 -0600 Subject: [PATCH] mason --- hyper/.hyper.js | 4 ++-- vim/.vim/lua/plugins/mason.lua | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hyper/.hyper.js b/hyper/.hyper.js index 94c6d9b..459fd97 100644 --- a/hyper/.hyper.js +++ b/hyper/.hyper.js @@ -13,9 +13,9 @@ module.exports = { // default font size in pixels for all tabs fontSize : 12, // font family with optional fallbacks - fontFamily : '"ComicCodeLigatures Nerd Font", monospace', + fontFamily : '"ComicCodeLigatures Nerd Font Light", monospace', // default font weight: 'normal' or 'bold' - fontWeight : 'normal', + fontWeight : '400', // font weight for bold characters: 'normal' or 'bold' fontWeightBold : 'bold', // line height as a relative unit diff --git a/vim/.vim/lua/plugins/mason.lua b/vim/.vim/lua/plugins/mason.lua index 4f4e5b4..9bf3d87 100644 --- a/vim/.vim/lua/plugins/mason.lua +++ b/vim/.vim/lua/plugins/mason.lua @@ -21,6 +21,8 @@ return { if not use_google then TableConcat(lsps, { + "csharp_ls", + "omnisharp_mono", "tsserver", "gopls", "docker_compose_language_service",