mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-18 07:52:24 +00:00
typst: complying with review
This commit is contained in:
parent
26bb56eba8
commit
d821882f00
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
lspconfig.typst_lsp.setup {
|
lspconfig.typst_lsp.setup {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
-- Disable semantic tokens if the issue persists
|
-- Disable semantic tokens as a workaround for a semantic token error when using non-english characters
|
||||||
client.server_capabilities.semanticTokensProvider = nil
|
client.server_capabilities.semanticTokensProvider = nil
|
||||||
end,
|
end,
|
||||||
cmd = ${
|
cmd = ${
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
-- Disable semantic tokens if the issue persists
|
-- Disable semantic tokens as a workaround for a semantic token error when using non-english characters
|
||||||
client.server_capabilities.semanticTokensProvider = nil
|
client.server_capabilities.semanticTokensProvider = nil
|
||||||
end,
|
end,
|
||||||
cmd = ${
|
cmd = ${
|
||||||
|
|
Loading…
Reference in a new issue