Do not override treesitter lua highlighting with sumneko lua highlighting

Signed-off-by: David Ward <dward@redhat.com>
pull/62/head
David Ward 3 years ago
parent c73aefcb21
commit 8e8a47c11f

@ -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 },
},
},
}

Loading…
Cancel
Save