This commit is contained in:
Christian Nieves
2023-11-05 16:19:13 -06:00
parent 9c7f778344
commit 434faa847b
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -21,6 +21,8 @@ return {
if not use_google then
TableConcat(lsps, {
"csharp_ls",
"omnisharp_mono",
"tsserver",
"gopls",
"docker_compose_language_service",