Skip to content

Commit

Permalink
vimrc: enable TypeScript syntax in svelte files
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Feb 18, 2024
1 parent 5f9d327 commit 0aa6ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,8 @@ nnoremap <Leader>ru :RuboCop<CR>
" vim-polyglot
" vim-javascript
let g:javascript_plugin_jsdoc = 1
" vim-svelte-plugin
let g:vim_svelte_plugin_use_typescript = 1

" macOS
if has('mac') || has('macunix')
Expand Down

0 comments on commit 0aa6ff7

Please sign in to comment.