DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 7e20cd097456d173fe4fb81d4ee3d2a9165018bb nvim-flake/config/plugins/illuminate.nix -rw-r--r-- 172 bytes
7e20cd09Jonni Liljamo feat(hover): remove a month ago
                                                                                
1
2
3
4
5
6
7
8
9
{
  plugins.illuminate = {
    enable = true;
    providers = ["lsp" "treesitter" "regex"];
    delay = 0;
    underCursor = false;
    filetypesDenylist = ["oil"];
  };
}