add python support to neovim

This commit is contained in:
Sakooooo 2024-12-26 18:08:16 +04:00
parent 387a949ead
commit 395ef10472
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -34,6 +34,10 @@ in {
languages = {
enableLSP = true;
clang.enable = true;
python = {
enable = true;
format.enabe = true;
};
nix = {
enable = true;
format.enable = true;