feat: enable zls

This commit is contained in:
2024-01-08 11:18:57 +01:00
parent 9e132603e2
commit 35b318f3f1
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -10,7 +10,10 @@ return {
},
cmd = { "zls", },
single_file_support = true,
-- init_options = {
-- },
settings = {
zls = {
enable_inlay_hints = false,
},
},
},
}