mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	language/clojure: variable order
Co-authored-by: Soliprem <73885403+Soliprem@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								f7b556ab24
							
						
					
				
			
			
				commit
				
					
						3da08708d7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -25,9 +25,9 @@ in { | ||||||
|     lsp = { |     lsp = { | ||||||
|       enable = mkEnableOption "Clojure LSP support" // {default = config.vim.lsp.enable;}; |       enable = mkEnableOption "Clojure LSP support" // {default = config.vim.lsp.enable;}; | ||||||
|       package = mkOption { |       package = mkOption { | ||||||
|         description = "Clojure LSP"; |  | ||||||
|         type = either package (listOf str); |         type = either package (listOf str); | ||||||
|         default = pkgs.clojure-lsp; |         default = pkgs.clojure-lsp; | ||||||
|  |         description = "Clojure LSP"; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Nilsson
				Andreas Nilsson