nvim: Add python syntax plugin
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
10ca6c009b
commit
e9d699c73b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ Plug 'prabirshrestha/asyncomplete.vim'
|
||||||
Plug 'prabirshrestha/asyncomplete-buffer.vim'
|
Plug 'prabirshrestha/asyncomplete-buffer.vim'
|
||||||
Plug 'prabirshrestha/asyncomplete-file.vim'
|
Plug 'prabirshrestha/asyncomplete-file.vim'
|
||||||
Plug 'prabirshrestha/asyncomplete-tags.vim'
|
Plug 'prabirshrestha/asyncomplete-tags.vim'
|
||||||
|
Plug 'Guzzii/python-syntax'
|
||||||
" Autocomplete for Rust
|
" Autocomplete for Rust
|
||||||
Plug 'cespare/vim-toml', { 'for': 'rust' }
|
Plug 'cespare/vim-toml', { 'for': 'rust' }
|
||||||
Plug 'rust-lang/rust.vim', { 'for': 'rust' }
|
Plug 'rust-lang/rust.vim', { 'for': 'rust' }
|
||||||
|
|
Loading…
Reference in a new issue