Vim config update

This commit is contained in:
Filippo Berto 2023-01-26 22:01:59 +01:00
parent 828c687eff
commit 629816db84
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 20 additions and 4 deletions

View file

@ -13,4 +13,5 @@
# python3Packages.pyls-black # BLACK # NOT UPDATED
python3Packages.pyls-isort # ISORT
];
programs.neovim.withPython3 = true;
}