neovim: Configure ZLS
This commit is contained in:
parent
61718a5ce3
commit
b07e235865
1 changed files with 9 additions and 0 deletions
|
|
@ -54,6 +54,15 @@ vim.lsp.config("eslint", {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.lsp.config("zls", {
|
||||||
|
settings = {
|
||||||
|
enable_build_on_save = true,
|
||||||
|
inlay_hints_hide_redundant_param_names = true,
|
||||||
|
inlay_hints_hide_redundant_param_names_last_token = true,
|
||||||
|
warn_style = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
vim.lsp.enable("uiua")
|
vim.lsp.enable("uiua")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue