update system

This commit is contained in:
2025-05-04 12:57:55 +02:00
parent df0600601b
commit 34a7ef00fd
18 changed files with 717 additions and 81 deletions

View File

@@ -69,7 +69,7 @@ in
plugins = {
lsp = {
enable = true;
inlayHints = true;
inlayHints = false;
};
telescope = {
enable = true;

View File

@@ -31,10 +31,12 @@ in
settings = {
options = {
globalstatus = true;
section_separators = {
left = "";
right = "";
};
/*
section_separators = {
left = "";
right = "";
};
*/
component_separators = {
left = "";
right = "";
@@ -44,10 +46,12 @@ in
lualine_a = [
{
__unkeyed-1 = "mode";
separator = {
right = "";
left = "";
};
/*
separator = {
right = "";
left = "";
};
*/
icon = "";
}
];
@@ -55,10 +59,12 @@ in
lualine_z = [
{
__unkeyed-1 = "location";
separator = {
right = "";
left = "";
};
/*
separator = {
right = "";
left = "";
};
*/
}
];
};