mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	lib/languages: fix typo in server submodule
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964c495ef58a9572ae93715bacf694a6ff5
This commit is contained in:
		
					parent
					
						
							
								53270815a1
							
						
					
				
			
			
				commit
				
					
						64f1504c4f
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -46,7 +46,7 @@ in { | |||
|       capabilities = mkOption { | ||||
|         type = nullOr (either luaInline (attrsOf anything)); | ||||
|         default = null; | ||||
|         description = "LSP capabilitiess to pass to lspconfig"; | ||||
|         description = "LSP capabilities to pass to LSP server configuration"; | ||||
|       }; | ||||
| 
 | ||||
|       on_attach = mkOption { | ||||
|  | @ -58,7 +58,7 @@ in { | |||
|       filetypes = mkOption { | ||||
|         type = nullOr (listOf str); | ||||
|         default = null; | ||||
|         description = "Filetypes to auto-attach LSP in"; | ||||
|         description = "Filetypes to auto-attach LSP server in"; | ||||
|       }; | ||||
| 
 | ||||
|       cmd = mkOption { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue