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
868f808709
commit
042af02955
6 changed files with 411 additions and 34 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