Matt Sacks

Results 4 comments of Matt Sacks

Rather than using an explicit color, it's probably best to link them to a highlight category. You can see the ones provided by your current colorscheme with `:h group-name` and...

I've narrowed it down to something that has to do with `hi def link` instead of using `hi link`. I don't really know why this would only apply to Solarized,...

It's an issue with the syntax of some files. What's the output of `:echo &ft` in the file this errors out?

@lforst I've reproduced the error while debugging a separate issue with `dd-trace` [here](https://github.com/mattsacks/dd-trace-next/tree/sentry-nextjs-expression-dependency). To remove the stack trace, `@sentry/nextjs` would need to be added as [an external package](https://nextjs.org/docs/app/api-reference/next-config-js/serverExternalPackages) by adding...