From 14dc82fc4e6c0c08078f97a24a6c1639c1cc5113 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 14 Apr 2020 13:17:26 +0200 Subject: Update --- after/indent/tsx.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'after/indent/tsx.vim') diff --git a/after/indent/tsx.vim b/after/indent/tsx.vim index dd8ee271..084cac57 100644 --- a/after/indent/tsx.vim +++ b/after/indent/tsx.vim @@ -25,6 +25,8 @@ if exists('s:did_indent') let b:did_indent = s:did_indent endif +runtime! indent/typescript.vim + setlocal indentexpr=GetJsxIndent() setlocal indentkeys=0.,0{,0},0),0],0?,0\*,0\,,!^F,:,<:>,o,O,e,<>>,=*/ -- cgit v1.2.3