neovim-flake/modules/ui/illuminate/illuminate.nix

12 lines
205 B
Nix
Raw Normal View History

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