From baffc487f47d7c264a4d162e3614ff47765249be Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sun, 10 Apr 2022 19:17:31 +0200 Subject: [PATCH] :sparkles: add jupyter-vim --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index d7208f0..f064c69 100644 --- a/init.vim +++ b/init.vim @@ -20,6 +20,7 @@ Plug 'tpope/vim-commentary' Plug 'ap/vim-css-color' Plug 'editorconfig/editorconfig-vim' " editor-config extension for vim " Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor +" Plug 'jupyter-vim/jupyter-vim' call plug#end() set title