summaryrefslogtreecommitdiffstats
path: root/after/indent/jsx.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-06 16:47:37 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-06 16:47:37 +0200
commitfbc2af9e820d85e17cd08023f4dcc66545735d58 (patch)
tree90888d9d5776591951b2d36ae1362bf8b0c37ca2 /after/indent/jsx.vim
parentd4f252565ad7098658f91bcbdf33dcce697bfb63 (diff)
downloadvim-polyglot-4.0.2.tar.gz
vim-polyglot-4.0.2.zip
Remove styled components, fixes #432v4.0.2
Diffstat (limited to 'after/indent/jsx.vim')
-rw-r--r--after/indent/jsx.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/after/indent/jsx.vim b/after/indent/jsx.vim
deleted file mode 100644
index ac4ceabd..00000000
--- a/after/indent/jsx.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'styled-components') == -1
-runtime! indent/javascript.vim
-endif