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