diff options
author | Chris <[email protected]> | 2020-08-06 22:32:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-06 22:32:00 -0400 |
commit | 79327f6f268d1274be2a9deea8b9147bf3b2b5cb (patch) | |
tree | eff3d92b97b75db0dce60715390d0ac0aed66c70 /plug-config/polyglot.vim | |
parent | 230c8b76bd91a59ada3262a2384dc7747017ee3c (diff) |
added xtabline and undotree
Diffstat (limited to 'plug-config/polyglot.vim')
-rw-r--r-- | plug-config/polyglot.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plug-config/polyglot.vim b/plug-config/polyglot.vim new file mode 100644 index 00000000..80287070 --- /dev/null +++ b/plug-config/polyglot.vim @@ -0,0 +1,3 @@ +let g:polyglot_disabled = ['csv'] + +let g:python_highlight_all=1 |