added a plugin for python docstring highlighting

This commit is contained in:
Daniel Knüttel 2021-09-20 18:23:29 +02:00
parent 63e5eb9341
commit 913e724850
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ Plug 'SirVer/ultisnips'
" plugin for code highlighting.
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
" This should highlight python docstrings.
Plug 'stsewd/sphinx.nvim', { 'do': ':UpdateRemotePlugins' }
" SLIME brings REPL features to VIM.
" I will try this out.
Plug 'jpalardy/vim-slime'