mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	languages/r: format
This commit is contained in:
		
					parent
					
						
							
								57f98caa09
							
						
					
				
			
			
				commit
				
					
						950b7a9402
					
				
			
		
					 1 changed files with 10 additions and 5 deletions
				
			
		|  | @ -25,11 +25,16 @@ | |||
|       enable = true; | ||||
|       cmd = [(getExe r-with-languageserver) "--no-echo" "-e" "languageserver::run()"]; | ||||
|       filetypes = ["r" "rmd" "quarto"]; | ||||
|       root_dir = mkLuaInline '' | ||||
|         function(bufnr, on_dir) | ||||
|           on_dir(vim.fs.root(bufnr, '.git') or vim.uv.os_homedir()) | ||||
|         end | ||||
|       ''; | ||||
|       root_dir = | ||||
|         mkLuaInline | ||||
|         /* | ||||
|         lua | ||||
|         */ | ||||
|         '' | ||||
|           function(bufnr, on_dir) | ||||
|             on_dir(vim.fs.root(bufnr, '.git') or vim.uv.os_homedir()) | ||||
|           end | ||||
|         ''; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 poz
				poz