Add better python syntax highlighting
This commit is contained in:
parent
c911384504
commit
06aa965488
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -25,3 +25,6 @@
|
||||||
[submodule "pack/plugins/start/vim-markdown"]
|
[submodule "pack/plugins/start/vim-markdown"]
|
||||||
path = pack/plugins/start/vim-markdown
|
path = pack/plugins/start/vim-markdown
|
||||||
url = https://github.com/gabrielelana/vim-markdown.git
|
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
|
||||||
|
|
1
pack/plugins/start/python-syntax
Submodule
1
pack/plugins/start/python-syntax
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2cc00ba72929ea5f9456a26782db57fb4cc56a65
|
2
vimrc
2
vimrc
|
@ -37,6 +37,8 @@ set splitright
|
||||||
|
|
||||||
let g:netrw_list_hide= '\(^\|\s\s\)\zs\.\S\+'
|
let g:netrw_list_hide= '\(^\|\s\s\)\zs\.\S\+'
|
||||||
|
|
||||||
|
let g:python_highlight_all = 1
|
||||||
|
|
||||||
let g:ale_completion_enabled = 1
|
let g:ale_completion_enabled = 1
|
||||||
set omnifunc=ale#completion#OmniFunc
|
set omnifunc=ale#completion#OmniFunc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue