diff options
author | Chris <[email protected]> | 2020-08-07 11:51:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-07 11:51:01 -0400 |
commit | bbdc2c3fbd0668b78bde204d365991b1e93c7beb (patch) | |
tree | 850bcb0767b5e1d35e65b1193d4b84bc292b969e /plug-config/polyglot.vim | |
parent | 8af5cb12bfc38bc6f847c4f02e649008dbd0829d (diff) |
using coc-python with pyright
Diffstat (limited to 'plug-config/polyglot.vim')
-rw-r--r-- | plug-config/polyglot.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plug-config/polyglot.vim b/plug-config/polyglot.vim index 80287070..8c82247c 100644 --- a/plug-config/polyglot.vim +++ b/plug-config/polyglot.vim @@ -1,3 +1,7 @@ let g:polyglot_disabled = ['csv'] let g:python_highlight_all=1 + +let g:vim_jsx_pretty_colorful_config = 1 + +set re=0 |