From 913e72485050378ca87f65329a1ef0c9e915936d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Mon, 20 Sep 2021 18:23:29 +0200 Subject: [PATCH] added a plugin for python docstring highlighting --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 01641ba..37e1afe 100644 --- a/init.vim +++ b/init.vim @@ -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'