Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 237 Bytes

File metadata and controls

16 lines (12 loc) · 237 Bytes

dotfiles

My terminal + nvim setup

LSP for python projects

To enable pyright for python projects, add pyrightconfig.json to root of directory.

Example

{
    "executionEnvironments": [
        {"root": "."}
    ]
}