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",