mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-04 04:32:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
	
		
			599 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
	
		
			599 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ./ai
 | 
						|
    ./align
 | 
						|
    ./animate
 | 
						|
    # ./base16 # NOTE: configured in theme/
 | 
						|
    ./basics
 | 
						|
    ./bracketed
 | 
						|
    ./bufremove
 | 
						|
    ./clue
 | 
						|
    ./colors
 | 
						|
    ./comment
 | 
						|
    ./completion
 | 
						|
    ./cursorword
 | 
						|
    ./diff
 | 
						|
    ./doc
 | 
						|
    ./extra
 | 
						|
    ./files
 | 
						|
    ./fuzzy
 | 
						|
    ./git
 | 
						|
    ./hipatterns
 | 
						|
    ./hues
 | 
						|
    ./icons
 | 
						|
    ./indentscope
 | 
						|
    ./jump
 | 
						|
    ./jump2d
 | 
						|
    ./map
 | 
						|
    ./misc
 | 
						|
    ./move
 | 
						|
    ./notify
 | 
						|
    ./operators
 | 
						|
    ./pairs
 | 
						|
    ./pick
 | 
						|
    ./sessions
 | 
						|
    ./snippets
 | 
						|
    ./splitjoin
 | 
						|
    ./starter
 | 
						|
    ./statusline
 | 
						|
    ./surround
 | 
						|
    ./tabline
 | 
						|
    ./test
 | 
						|
    ./trailspace
 | 
						|
    ./visits
 | 
						|
  ];
 | 
						|
}
 |