-
-
Notifications
You must be signed in to change notification settings - Fork 110
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.