added a plugin for python docstring highlighting
This commit is contained in:
parent
63e5eb9341
commit
913e724850
3
init.vim
3
init.vim
|
@ -105,6 +105,9 @@ Plug 'SirVer/ultisnips'
|
||||||
" plugin for code highlighting.
|
" plugin for code highlighting.
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||||
|
|
||||||
|
" This should highlight python docstrings.
|
||||||
|
Plug 'stsewd/sphinx.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
|
||||||
" SLIME brings REPL features to VIM.
|
" SLIME brings REPL features to VIM.
|
||||||
" I will try this out.
|
" I will try this out.
|
||||||
Plug 'jpalardy/vim-slime'
|
Plug 'jpalardy/vim-slime'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user