Skip to content
lcfd edited this page Aug 30, 2024 · 2 revisions

Rationale

One of the main goals of this Neovim distro is to better manage development with Python and Django.

You'll need to install certain Python packages to get the best experience possible. Those packages are for sure opinionated choices but you are always free to change the configuration as much as you want. Remember, this distro is based on my (lcfd) personal needs.

Remember to

  1. Create a local virtual environment for your project
  2. Install all the packages required (next section)
  3. Activated your virtual environment OR you can just open a Python file

Install those packages in your local environment

"djhtml>=3.0.6",
Clone this wiki locally