remove wrong lspconfig zls conf

This commit is contained in:
Jozef Steinhübl 2023-08-21 22:23:11 +02:00
parent c38da82467
commit 4298ea7de2

View file

@ -10,14 +10,6 @@ lsp.ensure_installed({
"rust_analyzer", "rust_analyzer",
}) })
require("lspconfig").zls.setup {
settings = {
zls = {
enable_inlay_hints = false
}
}
}
-- Fix Undefined global "vim" -- Fix Undefined global "vim"
lsp.nvim_workspace() lsp.nvim_workspace()