Merge branch 'new' of ssh://git.0x76.dev:42/v/infrastructure into new

This commit is contained in:
Vivian 2025-08-20 21:00:05 +02:00
commit eff1752c64
9 changed files with 105 additions and 101 deletions

View file

@ -30,8 +30,8 @@ with lib;
luaLoader.enable = true;
performance = {
byteCompileLua.enable = true;
combinePlugins.enable = true;
# byteCompileLua.enable = true;
# combinePlugins.enable = true;
};
globals.mapleader = " ";

View file

@ -53,19 +53,19 @@
installCargo = false;
installRustc = false;
};
pyright.enable = true;
pylsp = {
enable = true;
settings.plugins = {
black = {
enabled = true;
cache_config = true;
};
pycodestyle = {
maxLineLength = 100;
};
};
};
# pyright.enable = true;
# pylsp = {
# enable = true;
# settings.plugins = {
# black = {
# enabled = true;
# cache_config = true;
# };
# pycodestyle = {
# maxLineLength = 100;
# };
# };
# };
elixirls.enable = true;
clangd.enable = true;
yamlls.enable = true;