1
0
Fork 0

neovim: Set up gleam language server

This commit is contained in:
Jeremy Kaplan 2024-06-04 15:46:18 -04:00
commit f2274b1192

View file

@ -473,6 +473,9 @@ return {
})
end,
})
-- This is managed by the Gleam installation, not Mason.
default_setup('gleam')
end,
},