feat(nvim/python): add language config
This commit is contained in:
parent
06c3702067
commit
f356dd720d
9
pkgs/nvim/config/languages/python/default.nix
Normal file
9
pkgs/nvim/config/languages/python/default.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
lsp.servers.pyright = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
conform-nvim.formattersByFt = ["black"];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user