Squash merge bar-rework into main

This commit is contained in:
2025-12-28 00:14:00 +00:00
parent 976e7ef271
commit 8a3678428b
35 changed files with 502 additions and 144 deletions

View File

@@ -37,12 +37,16 @@ in
configs = true;
};
plugins = {
todo-comments.enable = true;
lsp-status.enable = true;
lsp = {
enable = true;
servers = {
qmlls = {
enable = true;
config = {
cmd = "-E";
};
};
rust_analyzer = {
enable = true;
@@ -57,6 +61,10 @@ in
};
};
};
lsp-format = {
enable = true;
# lspServersToEnable = [ "qmlls" ];
};
notify.enable = true;
mini-cursorword.enable = true;
# mini-statusline.enable = true;