Do not override treesitter lua highlighting with sumneko lua highlighting
Signed-off-by: David Ward <dward@redhat.com>
This commit is contained in:
parent
c73aefcb21
commit
8e8a47c11f
2
init.lua
2
init.lua
|
@ -382,6 +382,8 @@ require('lspconfig').sumneko_lua.setup {
|
||||||
workspace = { library = vim.api.nvim_get_runtime_file('', true) },
|
workspace = { library = vim.api.nvim_get_runtime_file('', true) },
|
||||||
-- Do not send telemetry data containing a randomized but unique identifier
|
-- Do not send telemetry data containing a randomized but unique identifier
|
||||||
telemetry = { enable = false },
|
telemetry = { enable = false },
|
||||||
|
-- Do not override treesitter lua highlighting with sumneko lua highlighting
|
||||||
|
semantic = { enable = false },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue