add python support to neovim
This commit is contained in:
parent
387a949ead
commit
395ef10472
|
@ -34,6 +34,10 @@ in {
|
|||
languages = {
|
||||
enableLSP = true;
|
||||
clang.enable = true;
|
||||
python = {
|
||||
enable = true;
|
||||
format.enabe = true;
|
||||
};
|
||||
nix = {
|
||||
enable = true;
|
||||
format.enable = true;
|
||||
|
|
Loading…
Reference in a new issue