update: modules/cli/nixvim.nix

This commit is contained in:
2026-04-02 20:21:50 +02:00
parent 34566f9e5a
commit cb614c97e3

View File

@@ -193,8 +193,21 @@
friendly-snippets.enable = true;
# dev
clangd.enable = true;
pyright.enable = true;
ruff.enable = true;
pylsp = {
enable = true;
settings = {
plugins = {
ruff = {
enabled = true;
format = [ "I" ];
};
jedi_completion.enabled = true;
jedi_definition.enabled = true;
};
};
};
rust_analyzer = {
enable = true;
installCargo = true;