Add better python syntax highlighting

This commit is contained in:
Edward Litherland-Smith 2021-01-26 10:48:17 +00:00
parent c911384504
commit 06aa965488
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "pack/plugins/start/vim-markdown"]
path = pack/plugins/start/vim-markdown
url = https://github.com/gabrielelana/vim-markdown.git
[submodule "pack/plugins/start/python-syntax"]
path = pack/plugins/start/python-syntax
url = https://github.com/vim-python/python-syntax.git

@ -0,0 +1 @@
Subproject commit 2cc00ba72929ea5f9456a26782db57fb4cc56a65

2
vimrc
View file

@ -37,6 +37,8 @@ set splitright
let g:netrw_list_hide= '\(^\|\s\s\)\zs\.\S\+'
let g:python_highlight_all = 1
let g:ale_completion_enabled = 1
set omnifunc=ale#completion#OmniFunc