mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
remove wrong lspconfig zls conf
This commit is contained in:
parent
c38da82467
commit
4298ea7de2
1 changed files with 0 additions and 8 deletions
|
@ -10,14 +10,6 @@ lsp.ensure_installed({
|
|||
"rust_analyzer",
|
||||
})
|
||||
|
||||
require("lspconfig").zls.setup {
|
||||
settings = {
|
||||
zls = {
|
||||
enable_inlay_hints = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
-- Fix Undefined global "vim"
|
||||
lsp.nvim_workspace()
|
||||
|
||||
|
|
Loading…
Reference in a new issue