Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

title Python
summary python config
tags
docs

Install python

In Windows,

mise use -g python

In Debian,

sudo apt install python

In Arch,

sudo pacman -S python

Install neovim package

pip has no global-install flag; uv (also declared in mise) installs the package into an isolated environment and exposes its entry points.

uv tool install neovim

Install LSP

:MasonInstall python-lsp-server
:MasonInstall pyright

virtual envy

Linux

source ./.venv/bin/activate

Windows

./.venv/Scripts/activate.ps1