diff options
| -rw-r--r-- | config/nvim/coc-settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/nvim/coc-settings.json b/config/nvim/coc-settings.json new file mode 100644 index 0000000..d80fb1c --- /dev/null +++ b/config/nvim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "svelte.enable-ts-plugin": true +}
\ No newline at end of file |