diff options
| author | 2025-11-29 14:33:41 +0300 | |
|---|---|---|
| committer | 2025-11-29 14:41:10 +0300 | |
| commit | 2eb2d0ee421c9f02389224d6bf443243fc32a9ef (patch) | |
| tree | 23f9e2fc6951d22767bc4b5b3de97c3bf3e83700 /flake.nix | |
| parent | fix: `multicursor.nvim` now supports counts (diff) | |
| download | neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.gz neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.bz2 neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.lz neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.xz neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.tar.zst neovim-configuration-2eb2d0ee421c9f02389224d6bf443243fc32a9ef.zip | |
feat: add `basedpyright` for Python files
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -153,6 +153,8 @@ nixfmt-rfc-style ]; + python = [ basedpyright ]; + qml = [ kdePackages.qtdeclarative ]; rust = [ |
