feat(g/emacs): Use LSP for python
Change-Id: I4d36fc88026b8e266b6f15614a27bb4dbd4ff564 Reviewed-on: https://cl.tvl.fyi/c/depot/+/557 Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									7c36c3edf9
								
							
						
					
					
						commit
						5f018172ee
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
					@ -62,7 +62,7 @@
 | 
				
			||||||
       gist              ; interacting with github gists
 | 
					       gist              ; interacting with github gists
 | 
				
			||||||
       (lookup           ; helps you navigate your code and documentation
 | 
					       (lookup           ; helps you navigate your code and documentation
 | 
				
			||||||
        +docsets)        ; ...or in Dash docsets locally
 | 
					        +docsets)        ; ...or in Dash docsets locally
 | 
				
			||||||
       ;;lsp
 | 
					       lsp
 | 
				
			||||||
       ;;macos             ; MacOS-specific commands
 | 
					       ;;macos             ; MacOS-specific commands
 | 
				
			||||||
       magit             ; a git porcelain for Emacs
 | 
					       magit             ; a git porcelain for Emacs
 | 
				
			||||||
       make              ; run make tasks from Emacs
 | 
					       make              ; run make tasks from Emacs
 | 
				
			||||||
| 
						 | 
					@ -124,7 +124,7 @@
 | 
				
			||||||
       ;;php               ; perl's insecure younger brother
 | 
					       ;;php               ; perl's insecure younger brother
 | 
				
			||||||
       ;;plantuml          ; diagrams for confusing people more
 | 
					       ;;plantuml          ; diagrams for confusing people more
 | 
				
			||||||
       purescript        ; javascript, but functional
 | 
					       purescript        ; javascript, but functional
 | 
				
			||||||
       python            ; beautiful is better than ugly
 | 
					       (python +lsp)            ; beautiful is better than ugly
 | 
				
			||||||
       ;;qt                ; the 'cutest' gui framework ever
 | 
					       ;;qt                ; the 'cutest' gui framework ever
 | 
				
			||||||
       racket            ; a DSL for DSLs
 | 
					       racket            ; a DSL for DSLs
 | 
				
			||||||
       rest              ; Emacs as a REST client
 | 
					       rest              ; Emacs as a REST client
 | 
				
			||||||
| 
						 | 
					@ -167,9 +167,6 @@
 | 
				
			||||||
       ;; provides a Spacemacs-inspired keybinding scheme and a smartparens
 | 
					       ;; provides a Spacemacs-inspired keybinding scheme and a smartparens
 | 
				
			||||||
       ;; config. Use it as a reference for your own modules.
 | 
					       ;; config. Use it as a reference for your own modules.
 | 
				
			||||||
       (default +bindings +smartparens))
 | 
					       (default +bindings +smartparens))
 | 
				
			||||||
 | 
					 | 
				
			||||||
(appendq! load-path (split-string (getenv "EMACSLOADPATH") ":"))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(custom-set-variables
 | 
					(custom-set-variables
 | 
				
			||||||
 ;; custom-set-variables was added by Custom.
 | 
					 ;; custom-set-variables was added by Custom.
 | 
				
			||||||
 ;; If you edit it by hand, you could mess it up, so be careful.
 | 
					 ;; If you edit it by hand, you could mess it up, so be careful.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue