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

This commit is contained in:
Frothy 2024-02-10 20:49:27 -05:00 committed by NotAShelf
commit 86aae579ad
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
6 changed files with 420 additions and 35 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]";