Skip to content

Instantly share code, notes, and snippets.

@mhanberg
Created June 29, 2023 14:58
Show Gist options
  • Save mhanberg/a4715ecf2156da665ed5de6c70253e19 to your computer and use it in GitHub Desktop.
Save mhanberg/a4715ecf2156da665ed5de6c70253e19 to your computer and use it in GitHub Desktop.
coc-next-ls
"next-ls": {
"command": "/path/to/next-ls/bin/next-ls",
"args": [
"--stdio"
],
"filetypes": [
"elixir",
"eelixir",
"heex"
],
"rootPatterns": [
"mix.exs"
],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment