feat(wpcarro/emacs): Drop racer.el support
AFAIU `racer` is deprecated in favor of LSP. Change-Id: I8bee3bb32d208b4f21cd7699ae93fc76a69ec964 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6051 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
		
							parent
							
								
									7b8e30bdf3
								
							
						
					
					
						commit
						e23a556873
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -22,8 +22,9 @@
 | 
				
			||||||
(use-package rust-mode
 | 
					(use-package rust-mode
 | 
				
			||||||
  :config
 | 
					  :config
 | 
				
			||||||
  (setq lsp-rust-server #'rust-analyzer)
 | 
					  (setq lsp-rust-server #'rust-analyzer)
 | 
				
			||||||
  (add-hook 'rust-mode-hook #'lsp)
 | 
					  (setq rust-format-show-buffer nil)
 | 
				
			||||||
  (setq rust-format-on-save t))
 | 
					  (setq rust-format-on-save t)
 | 
				
			||||||
 | 
					  (add-hook 'rust-mode-hook #'lsp))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(provide 'wpc-rust)
 | 
					(provide 'wpc-rust)
 | 
				
			||||||
;;; wpc-rust.el ends here
 | 
					;;; wpc-rust.el ends here
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,8 @@ let
 | 
				
			||||||
      ispell
 | 
					      ispell
 | 
				
			||||||
      nix
 | 
					      nix
 | 
				
			||||||
      pass
 | 
					      pass
 | 
				
			||||||
      racer
 | 
					      rls # Rust Language Server
 | 
				
			||||||
 | 
					      rust-analyzer
 | 
				
			||||||
      rustc
 | 
					      rustc
 | 
				
			||||||
      rustfmt
 | 
					      rustfmt
 | 
				
			||||||
      scrot
 | 
					      scrot
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue