Skip to content

Instantly share code, notes, and snippets.

@mkohlhaas
Last active September 26, 2024 14:29
Show Gist options
  • Save mkohlhaas/ce4d07801b5977b34bff74842eb4a1b2 to your computer and use it in GitHub Desktop.
Save mkohlhaas/ce4d07801b5977b34bff74842eb4a1b2 to your computer and use it in GitHub Desktop.
PureScript Language Server Settings for AstroNvim
-- ~/.config/nvim/lua/plugins/purescript.lua
return {
{ "purescript-contrib/purescript-vim" },
{ "AstroNvim/astrolsp",
opts = {
config = {
purescriptls = {
settings = {
purescript = {
formatter = "purs-tidy",
},
},
},
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment