OMG LSP SETTINGS ARE FINALLY APPLYING. WHY AM I SUCH AN IDIOT
parent
7f4da2ea8c
commit
dbcd3087b3
@ -0,0 +1,13 @@
|
|||||||
|
return {
|
||||||
|
filetypes = { "css", "eruby", "html", "javascript", "javascriptreact", "less", "sass", "scss", "svelte", "pug", "typescriptreact", "vue", "blade", "php" },
|
||||||
|
init_options = {
|
||||||
|
excludeLanguages = {},
|
||||||
|
extensionsPath = {},
|
||||||
|
preferences = {},
|
||||||
|
showAbbreviationSuggestions = true,
|
||||||
|
showExpandedAbbreviation = "always",
|
||||||
|
showSuggestionsAsSnippets = false,
|
||||||
|
syntaxProfiles = {},
|
||||||
|
variables = {},
|
||||||
|
},
|
||||||
|
}
|
@ -1,8 +0,0 @@
|
|||||||
return {
|
|
||||||
filetypes = { "css", "eruby", "html", "javascript", "javascriptreact", "less", "sass", "scss", "svelte", "pug", "typescriptreact", "vue" },
|
|
||||||
init_options = {
|
|
||||||
html = {
|
|
||||||
["bem.enabled"] = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue