summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-11-29 14:33:41 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-11-29 14:41:10 +0300
commit2eb2d0ee421c9f02389224d6bf443243fc32a9ef (patch)
tree23f9e2fc6951d22767bc4b5b3de97c3bf3e83700 /flake.nix
parentfix: `multicursor.nvim` now supports counts (diff)
downloadneovim-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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a978d4c..5319107 100644
--- a/flake.nix
+++ b/flake.nix
@@ -153,6 +153,8 @@
nixfmt-rfc-style
];
+ python = [ basedpyright ];
+
qml = [ kdePackages.qtdeclarative ];
rust = [