feat: enable zls
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ P.config = {
|
|||||||
lua_ls = {},
|
lua_ls = {},
|
||||||
phpactor = {},
|
phpactor = {},
|
||||||
intelephense = {},
|
intelephense = {},
|
||||||
-- zls = {},
|
zls = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-2
@@ -10,7 +10,10 @@ return {
|
|||||||
},
|
},
|
||||||
cmd = { "zls", },
|
cmd = { "zls", },
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
-- init_options = {
|
settings = {
|
||||||
-- },
|
zls = {
|
||||||
|
enable_inlay_hints = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user