add flake8 and improve nvim-tree

This commit is contained in:
Noah Masur
2022-07-18 23:34:32 -04:00
parent f745a24462
commit c42b0b20be
3 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,7 @@
# python310 # Standard Python interpreter
nodePackages.pyright # Python language server
black # Python formatter
python310Packages.flake8 # Python linter
];
programs.fish.shellAbbrs = { py = "python3"; };