refactor(doom): remove lsp-python-ms

Unnecessary due to using pyright now
This commit is contained in:
Infinidoge 2022-05-02 00:05:30 -04:00
parent affc9e56c3
commit 7beb908123
2 changed files with 0 additions and 8 deletions

View file

@ -132,10 +132,6 @@
(add-hook 'before-save-hook #'infinidoge/nixpkgs-fmt-fix)
;; --- LSP ---
(use-package! lsp-python-ms
:init
(setq lsp-python-ms-executable (executable-find "python-language-server")))
(setq lsp-csharp-server-path (executable-find "omnisharp"))
;; --- Keybindings ---

View file

@ -48,7 +48,3 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
;; (package! org-auto-tangle)
(package! lsp-python-ms)