Do not override treesitter lua highlighting with sumneko lua highlighting

Signed-off-by: David Ward <dward@redhat.com>
This commit is contained in:
David Ward 2022-12-18 21:15:37 -05:00
parent c73aefcb21
commit 8e8a47c11f
1 changed files with 2 additions and 0 deletions

View File

@ -382,6 +382,8 @@ require('lspconfig').sumneko_lua.setup {
workspace = { library = vim.api.nvim_get_runtime_file('', true) },
-- Do not send telemetry data containing a randomized but unique identifier
telemetry = { enable = false },
-- Do not override treesitter lua highlighting with sumneko lua highlighting
semantic = { enable = false },
},
},
}