fixed broken rust-tools
This commit is contained in:
		
							parent
							
								
									ad766da79f
								
							
						
					
					
						commit
						08071ec95a
					
				
					 2 changed files with 70 additions and 69 deletions
				
			
		| 
						 | 
				
			
			@ -58,12 +58,12 @@ return require('packer').startup(function(use)
 | 
			
		|||
		{
 | 
			
		||||
			"neovim/nvim-lspconfig",
 | 
			
		||||
			after = "mason-lspconfig.nvim",
 | 
			
		||||
			after = "rust-tools.nvim",
 | 
			
		||||
			config = function()
 | 
			
		||||
				require('LSPconfig')
 | 
			
		||||
			end
 | 
			
		||||
		},
 | 
			
		||||
		{'simrat39/rust-tools.nvim',
 | 
			
		||||
			after = "nvim-lspconfig",
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,7 @@ local opts = {
 | 
			
		|||
		-- how to execute terminal commands
 | 
			
		||||
		executor = require("rust-tools/executors").termopen,
 | 
			
		||||
		inlay_hints = {
 | 
			
		||||
			auto=true,
 | 
			
		||||
			-- Only show inlay hints for the current line
 | 
			
		||||
			only_current_line = false,
 | 
			
		||||
			-- Event which triggers a refersh of the inlay hints.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue