Svelte-Check.nvim
A Neovim plugin that runs svelte-check
asynchronously, displays a spinner while running,
and populates the quickfix list with the results.
I use this tool to quickly check my SvelteKit projects for errors and warnings. I use it many times a day when developing SvelteKit projects.
Inspired by dmmulroy/tsc.nvim
How to use
There are instructions in the README on the GitHub repository. Please let me know if you if you have any issues.
nvim-svelte
This plugin moved from my personal github to a community github org called nvim-svelte
that @JoshNuss and I started.