mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   imports = [
 | |
|     # nvim lsp support
 | |
|     ./config.nix
 | |
|     ./module.nix
 | |
| 
 | |
|     ./lspconfig
 | |
|     ./lspsaga
 | |
|     ./null-ls
 | |
|     ./harper-ls
 | |
| 
 | |
|     # lsp plugins
 | |
|     ./lspsaga
 | |
|     ./trouble
 | |
|     ./lsp-signature
 | |
|     ./lightbulb
 | |
|     ./otter
 | |
|     ./lspkind
 | |
|     ./nvim-docs-view
 | |
|   ];
 | |
| }
 | 
