mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-04 04:32:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{lib, ...}: let
 | 
						|
  inherit (lib.options) mkEnableOption;
 | 
						|
in {
 | 
						|
  options.vim.autocomplete = {
 | 
						|
    enableSharedCmpSources = mkEnableOption "sources shared by blink.cmp and nvim-cmp";
 | 
						|
  };
 | 
						|
}
 |