vala_ls
https://github.com/benwaffle/vala-language-server
Setup
require'lspconfig'.vala_ls.setup{}
Default values
cmd = { "vala-language-server" }
filetypes = { "vala", "genie" }
root_dir = function(fname)
local root = util.search_ancestors(fname, meson_matcher)
return root or util.find_git_ancestor(fname)
end,