mason
This commit is contained in:
@ -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
|
||||
|
@ -21,6 +21,8 @@ return {
|
||||
|
||||
if not use_google then
|
||||
TableConcat(lsps, {
|
||||
"csharp_ls",
|
||||
"omnisharp_mono",
|
||||
"tsserver",
|
||||
"gopls",
|
||||
"docker_compose_language_service",
|
||||
|
Reference in New Issue
Block a user