visuals/fidget: migrate to newer configuration with custom setup options

This commit is contained in:
Frothy 2024-02-10 20:49:27 -05:00
commit 042af02955
6 changed files with 411 additions and 34 deletions

View file

@ -30,24 +30,6 @@ in {
};
};
fidget-nvim = {
enable = mkEnableOption "nvim LSP UI element [fidget-nvim]";
align = {
bottom = mkOption {
type = types.bool;
description = "Align to bottom";
default = true;
};
right = mkOption {
type = types.bool;
description = "Align to right";
default = true;
};
};
};
cursorline = {
enable = mkEnableOption "line hightlighting on the cursor [nvim-cursorline]";