From 7baf11c700d17ff87a747eb327f42d15e8906bc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Sun, 26 Sep 2021 18:31:56 +0200 Subject: [PATCH] Assume that I'm running ipython when using python with slime --- ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/python.vim diff --git a/ftplugin/python.vim b/ftplugin/python.vim new file mode 100644 index 0000000..770987f --- /dev/null +++ b/ftplugin/python.vim @@ -0,0 +1 @@ +let g:slime_python_ipython = 1 -- 2.51.2