Enalbe nimlangserver for nim with lsp-mode
This commit is contained in:
parent
2ae323cbcd
commit
611ac80c20
@ -85,3 +85,6 @@
|
|||||||
;; work around emacs hanging when opening any python requirements.txt file
|
;; work around emacs hanging when opening any python requirements.txt file
|
||||||
;; see issue https://github.com/doomemacs/doomemacs/issues/5998
|
;; see issue https://github.com/doomemacs/doomemacs/issues/5998
|
||||||
(advice-add #'pip-requirements-fetch-packages :override #'ignore)
|
(advice-add #'pip-requirements-fetch-packages :override #'ignore)
|
||||||
|
|
||||||
|
;; Enable nimlangserver for nim files
|
||||||
|
(add-hook 'nim-mode-hook #'lsp)
|
||||||
|
Loading…
Reference in New Issue
Block a user