mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +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
 | 
						|
  ];
 | 
						|
}
 |