mason
This commit is contained in:
@ -13,9 +13,9 @@ module.exports = {
|
|||||||
// default font size in pixels for all tabs
|
// default font size in pixels for all tabs
|
||||||
fontSize : 12,
|
fontSize : 12,
|
||||||
// font family with optional fallbacks
|
// font family with optional fallbacks
|
||||||
fontFamily : '"ComicCodeLigatures Nerd Font", monospace',
|
fontFamily : '"ComicCodeLigatures Nerd Font Light", monospace',
|
||||||
// default font weight: 'normal' or 'bold'
|
// default font weight: 'normal' or 'bold'
|
||||||
fontWeight : 'normal',
|
fontWeight : '400',
|
||||||
// font weight for bold characters: 'normal' or 'bold'
|
// font weight for bold characters: 'normal' or 'bold'
|
||||||
fontWeightBold : 'bold',
|
fontWeightBold : 'bold',
|
||||||
// line height as a relative unit
|
// line height as a relative unit
|
||||||
|
@ -21,6 +21,8 @@ return {
|
|||||||
|
|
||||||
if not use_google then
|
if not use_google then
|
||||||
TableConcat(lsps, {
|
TableConcat(lsps, {
|
||||||
|
"csharp_ls",
|
||||||
|
"omnisharp_mono",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
"gopls",
|
"gopls",
|
||||||
"docker_compose_language_service",
|
"docker_compose_language_service",
|
||||||
|
Reference in New Issue
Block a user