coc-extensions / coc-svelte

svelte support for (Neo)Vim
MIT License
176 stars 24 forks source link

docs: add instructions for how to use TS with SvelteKit #46

Closed taj-p closed 2 years ago

taj-p commented 2 years ago

Just adding some documentation to capture the fixes found in https://github.com/coc-extensions/coc-svelte/issues/45 for adding TypeScript support to SvelteKit projects.

dimfeld commented 2 years ago

Hmm, I think the settings described are specific to https://github.com/leafOfTree/vim-svelte-plugin, not to this plugin. I'm not the maintainer of this repo but it feels unusual to specify settings here that correspond to a different plugin, and they are documented on the leafOfTree plugin.

taj-p commented 2 years ago

I should have mentioned: coc-svelte prevents the leafOfTree plugin (which is the recommended plugin to use in this repo) from working without the aforementioned changes for SvelteKit apps only.

This caused issues for people as reported in issue #45. Perhaps we can move it to another part of the docs?