diff --git a/autoload/codefmt/clangformat.vim b/autoload/codefmt/clangformat.vim index 0a3810b..c725c81 100644 --- a/autoload/codefmt/clangformat.vim +++ b/autoload/codefmt/clangformat.vim @@ -65,6 +65,7 @@ function! codefmt#clangformat#GetFormatter() abort function l:formatter.AppliesToBuffer() abort if &filetype is# 'c' || &filetype is# 'cpp' || \ &filetype is# 'proto' || &filetype is# 'javascript' || + \ &filetype is# 'objc' || &filetype is# 'objcpp' || \ &filetype is# 'typescript' return 1 endif