Files
vim-polyglot/after/indent/jsx.vim
Adam Stankiewicz 664aa988f6 Update
2019-09-04 15:44:43 +02:00

6 lines
137 B
VimL

if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'styled-components') != -1
finish
endif
runtime! indent/javascript.vim