summaryrefslogtreecommitdiffstats
path: root/config.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:55:40 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:55:40 +0100
commit17ad302c54063be1871c7f82d75b77e7c595e10c (patch)
tree67e2645d21baa9e05958dda9693d0f7b3a834929 /config.vim
parent1541356fe1300a6bf2553ff1d7170036e797e07e (diff)
downloadvim-polyglot-3.3.0.tar.gz
vim-polyglot-3.3.0.zip
Change python syntax providers, closes #209v3.3.0
Diffstat (limited to 'config.vim')
-rw-r--r--config.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.vim b/config.vim
index d37407f0..09f5eb89 100644
--- a/config.vim
+++ b/config.vim
@@ -13,3 +13,5 @@ let g:filetype_euphoria = 'elixir'
augroup filetypedetect
autocmd BufNewFile,BufReadPost *.vb setlocal filetype=vbnet
augroup END
+
+let g:python_highlight_all = 1