---@brief------ https://github.com/diku-dk/futhark------ Futhark Language Server------ This language server comes with the futhark compiler and is run with the command--- ```--- futhark lsp--- ```---@type vim.lsp.Configreturn{
cmd = {'futhark','lsp'},
filetypes = {'futhark','fut'},
root_markers = {'.git'},}