nvim: [HACK] add command for non default formatters

This commit is contained in:
Moritz Böhme 2023-02-26 11:22:14 +01:00
parent c4bb776b75
commit 15dfb33122
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 22 additions and 0 deletions

View file

@ -48,6 +48,7 @@ in
withPython3 = true;
extraLuaConfig = builtins.readFile ./init.lua;
extraPackages = with pkgs; [
alejandra
black
isort
nil