Enalbe nimlangserver for nim with lsp-mode

This commit is contained in:
RealStickman 2023-05-20 16:30:08 +02:00
parent 2ae323cbcd
commit 611ac80c20

View File

@ -85,3 +85,6 @@
;; work around emacs hanging when opening any python requirements.txt file
;; see issue https://github.com/doomemacs/doomemacs/issues/5998
(advice-add #'pip-requirements-fetch-packages :override #'ignore)
;; Enable nimlangserver for nim files
(add-hook 'nim-mode-hook #'lsp)