mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
languages/python: fix isort package
This commit is contained in:
parent
e3b55d9798
commit
bdfad60e34
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ with builtins; let
|
|||
'';
|
||||
};
|
||||
isort = {
|
||||
package = pkgs.black;
|
||||
package = pkgs.isort;
|
||||
nullConfig = ''
|
||||
table.insert(
|
||||
ls_sources,
|
||||
|
|
Loading…
Reference in a new issue