mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	fix: null_ls deprecated on crates.nvim
Signed-off-by: Christopher Valerio <christopher@valerio.guru>
This commit is contained in:
		
					parent
					
						
							
								0334e94212
							
						
					
				
			
			
				commit
				
					
						064d8b7565
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -112,10 +112,10 @@ in { | ||||||
|         pluginRC.rust-crates = entryAnywhere '' |         pluginRC.rust-crates = entryAnywhere '' | ||||||
|           require('crates').setup { |           require('crates').setup { | ||||||
|            lsp = { |            lsp = { | ||||||
|               enabled = true, |               enabled = ${boolToString cfg.crates.enable}, | ||||||
|               actions = true, |               actions = ${boolToString cfg.crates.codeActions}, | ||||||
|               completion = true, |               completion =  ${boolToString cfg.crates.enable}, | ||||||
|               hover = true, |               hover = ${boolToString cfg.crates.enable}, | ||||||
|             }, |             }, | ||||||
|           } |           } | ||||||
|         ''; |         ''; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christopher Valerio
				Christopher Valerio