This commit is contained in:
Hadi
2024-10-08 20:02:45 +02:00
parent a781a227ac
commit 3f0a694b5f
8 changed files with 74 additions and 36 deletions

View File

@@ -6,6 +6,8 @@
lualine = {
enable = true;
settings = {
options.disabled_filetypes.statusline =
[ "dashboard" "alpha" "neo-tree" ];
alwaysDivideMiddle = true;
globalstatus = true;
@@ -30,10 +32,12 @@
};
};
};
dap.enable = true;
web-devicons.enable = true;
noice.enable = true;
notify.enable = true;
notify = {
enable = true;
level = "warn";
};
gitsigns = {
enable = true;
settings.current_line_blame = false;