diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-18 13:29:31 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-18 13:29:31 +0000 |
| commit | e3189273eb5636f72a37c008d14042f5ecb8c510 (patch) | |
| tree | 0e7123b63994b576807efec091e29225339e0d55 /config/nvim | |
| parent | e4963fae03c4d4403fcca3157bebf5e47ef2010f (diff) | |
Add shared coc config
Diffstat (limited to 'config/nvim')
| -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 |