mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	git/hunk-nvim: add missing UI dependency
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69645f227bef24e5e8481dcd4727623e710f
This commit is contained in:
		
					parent
					
						
							
								b89ed91405
							
						
					
				
			
			
				commit
				
					
						7c1f5db3a5
					
				
			
		
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,10 +9,16 @@
 | 
			
		|||
in {
 | 
			
		||||
  config = mkIf cfg.enable {
 | 
			
		||||
    vim = {
 | 
			
		||||
      startPlugins = [
 | 
			
		||||
        # dependencies
 | 
			
		||||
        "nui-nvim" # ui library
 | 
			
		||||
        "nvim-web-devicons" # glyphs
 | 
			
		||||
      ];
 | 
			
		||||
 | 
			
		||||
      lazy.plugins = {
 | 
			
		||||
        "hunk-nvim" = {
 | 
			
		||||
          package = "hunk-nvim";
 | 
			
		||||
          setupModule = "gitlinker";
 | 
			
		||||
          setupModule = "hunk";
 | 
			
		||||
          inherit (cfg) setupOpts;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue