1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

plugins/colorful-winsep: account for upstream changes

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-09-27 00:13:40 +02:00 committed by Austin Horstman
parent 01636ad1cd
commit f68f9d145a
2 changed files with 31 additions and 68 deletions

View file

@ -7,19 +7,9 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.saygo-png ]; maintainers = [ lib.maintainers.saygo-png ];
settingsExample = { settingsExample = {
hi = { highlight = "#b8bb26";
bg = "#7d8618"; excluded_ft = [ "NvimTree" ];
fg = "#b8bb26"; border = [
};
only_line_seq = true;
no_exec_files = [
"packer"
"TelescopePrompt"
"mason"
"CompetiTest"
"NvimTree"
];
symbols = [
"" ""
"" ""
"" ""

View file

@ -7,55 +7,38 @@
plugins.colorful-winsep = { plugins.colorful-winsep = {
enable = true; enable = true;
settings = { settings = {
symbols = [ border = "bold";
"" excluded_ft = [
""
""
""
""
""
];
no_exec_files = [
"packer" "packer"
"TelescopePrompt" "TelescopePrompt"
"mason" "mason"
"CompetiTest"
]; ];
hi = { highlight.__raw = "nil";
fg = "#957CC6"; animate = {
bg.__raw = ''vim.api.nvim_get_hl_by_name("Normal", true)["background"]''; enabled = "shift";
shift = {
delta_time = 0.1;
smooth_speed = 1;
delay = 3;
}; };
events = [ progressive = {
"WinEnter" vertical_delay = 20;
"WinResized" horizontal_delay = 2;
"SessionLoadPost" };
]; };
smooth = true; indicator_for_2wins = {
exponential_smoothing = true; position = "center";
only_line_seq = true; symbols = {
anchor = { start_left = "󱞬";
left = { end_left = "󱞪";
height = 1; start_down = "󱞾";
x = -1; end_down = "󱟀";
y = -1; start_up = "󱞢";
}; end_up = "󱞤";
right = { start_right = "󱞨";
height = 1; end_right = "󱞦";
x = -1;
y = 0;
};
up = {
width = 0;
x = -1;
y = 0;
};
bottom = {
width = 0;
x = 1;
y = 0;
}; };
}; };
light_pollution.__raw = "function(lines) end";
}; };
}; };
}; };
@ -64,19 +47,9 @@
plugins.colorful-winsep = { plugins.colorful-winsep = {
enable = true; enable = true;
settings = { settings = {
hi = { highlight = "#b8bb26";
bg = "#7d8618"; excluded_ft = [ "NvimTree" ];
fg = "#b8bb26"; border = [
};
only_line_seq = true;
no_exec_files = [
"packer"
"TelescopePrompt"
"mason"
"CompetiTest"
"NvimTree"
];
symbols = [
"" ""
"" ""
"" ""