diff options
Diffstat (limited to '.config/nvim/plug-config/polyglot.vim')
-rw-r--r-- | .config/nvim/plug-config/polyglot.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/plug-config/polyglot.vim b/.config/nvim/plug-config/polyglot.vim new file mode 100644 index 0000000..8c82247 --- /dev/null +++ b/.config/nvim/plug-config/polyglot.vim @@ -0,0 +1,7 @@ +let g:polyglot_disabled = ['csv'] + +let g:python_highlight_all=1 + +let g:vim_jsx_pretty_colorful_config = 1 + +set re=0 |