nvim-svelte-check

A Neovim plugin that integrates Svelte-Check into the editor and populates the quickfix list with it's results.

November 01, 2024 7 months ago
Project categories: devtoolsluaneovimopen source
Back to projects

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.