Activate TypeScript plugin for Svelte
This commit is contained in:
parent
336866016b
commit
8af048abdc
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -75,3 +75,6 @@ let g:indentLine_setConceal = 0
|
|||
|
||||
" Tera templates
|
||||
autocmd BufNewFile,BufRead *.tera set syntax=htmldjango
|
||||
|
||||
" Svelte
|
||||
let g:vim_svelte_plugin_use_typescript = 1
|
||||
|
|
Loading…
Reference in a new issue