nvf/modules/ui/illuminate/illuminate.nix
2023-06-06 03:05:05 +03:00

12 lines
205 B
Nix

{
config,
lib,
...
}:
with lib;
with builtins; {
options.vim.ui.illuminate = {
enable = mkEnableOption "vim-illuminate: automatically highlight other uses of the word under the cursor";
};
}