refactor(doom): remove lsp-python-ms
Unnecessary due to using pyright now
This commit is contained in:
parent
affc9e56c3
commit
7beb908123
2 changed files with 0 additions and 8 deletions
|
@ -132,10 +132,6 @@
|
||||||
(add-hook 'before-save-hook #'infinidoge/nixpkgs-fmt-fix)
|
(add-hook 'before-save-hook #'infinidoge/nixpkgs-fmt-fix)
|
||||||
|
|
||||||
;; --- LSP ---
|
;; --- 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"))
|
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
||||||
|
|
||||||
;; --- Keybindings ---
|
;; --- Keybindings ---
|
||||||
|
|
|
@ -48,7 +48,3 @@
|
||||||
;(unpin! pinned-package another-pinned-package)
|
;(unpin! pinned-package another-pinned-package)
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
;; (package! org-auto-tangle)
|
|
||||||
|
|
||||||
(package! lsp-python-ms)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue