This commit is contained in:
Vivian 2025-08-18 12:56:39 +02:00
parent f833c25447
commit 4255553aab
6 changed files with 94 additions and 96 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;