Skip to content

Quick start: Python (stdio)

Oliver Caldwell edited this page Sep 17, 2022 · 1 revision

Python is a programming language that lets you work more quickly and integrate your systems more effectively.

Conjure starts a Python REPL within Neovim when you first open a Python file. The client requires tree sitter support to operate, so make sure you’ve set up tree sitter and run :TSInstall python first.

You should be able to evaluate files and forms as you would with other Conjure supported languages.

Prerequisites

  1. Install the latest Neovim.

  2. Install the Conjure plugin.

  3. Install Python.

  4. Ensure that you have tree sitter set up and the Python support installed.

Open and edit!

You should now be able to open any .py file and evaluate as you would normally.

If you’re unsure how to evaluate things with Conjure, please refer to :help conjure, :help conjure-client-python-stdio and :ConjureSchool (an interactive tutorial).