mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +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
 | |
|   ];
 | |
| }
 |