Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Python Preset

Adds support for Python development.

What It Includes

  • LSP: basedpyright for type checking and intelligence.
  • Formatters: ruff (linter/fixer) and black (formatter).
  • Tree-Sitter: Python grammar.

Usage

imports = [
  inputs.np.nixvimModules.base
  inputs.np.nixvimModules.presets.python
];

Notes

Requires Python and the tools in your PATH or Nix environment.