mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-03 01:25:57 +00:00
visuals/fidget: migrate to newer configuration with custom setup options
This commit is contained in:
parent
1f333106be
commit
86aae579ad
6 changed files with 420 additions and 35 deletions
|
|
@ -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]";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue