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)
|
||||
|
||||
;; --- 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 ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue