This commit is contained in:
ksyasuda
2021-11-06 15:28:13 -07:00
parent cf10a08fc4
commit 76ba431457
6 changed files with 6 additions and 101 deletions

View File

@@ -159,10 +159,11 @@
;;; lsp jedi
(use-package! lsp-jedi)
;; :config
;; (with-eval-after-load "lsp-mode"
; (add-to-list 'lsp-disabled-clients 'pyls)
;; (add-to-list 'lsp-enabled-clients 'jedi)))
; :config
; (with-eval-after-load "lsp-mode"
; ;; (add-to-list 'lsp-disabled-clients 'pyls)
; (add-to-list 'lsp-enabled-clients 'jedi)
; (add-to-list 'lsp-enabled-clients 'lsp)))
;; (defun my/python-mode-hook ()
;; (add-to-list 'company-backends 'company-jedi))
@@ -222,7 +223,7 @@
(add-hook 'python-mode 'python-pylint)
(add-hook 'sh-mode-hook 'flycheck-mode)
; (add-hook 'sh-mode-hook 'flycheck-mode)
; enable bash language server
;(setq lsp-auto-configure nil)