mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 10:20:14 +00:00
add flake8 and improve nvim-tree
This commit is contained in:
@ -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"; };
|
||||
|
Reference in New Issue
Block a user