diff --git a/after/indent/typescript.vim b/after/indent/typescript.vim index acc283f02..4b2b7dd22 100644 --- a/after/indent/typescript.vim +++ b/after/indent/typescript.vim @@ -35,5 +35,3 @@ unlet s:keepcpo if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'styled-components') != -1 finish endif - -runtime! indent/javascript.vim