rnix-lsp icon indicating copy to clipboard operation
rnix-lsp copied to clipboard

Document Integration For Doom Emacs

Open Lord-Valen opened this issue 2 years ago • 1 comments

Description

Doom Emacs now has a flag for nix lsp so it should be documented in the README for Doom users.

;; init.el

(doom! 
       ;; ... 
       :lang
       (nix +lsp)
       ;; ...
       )

Lord-Valen avatar Jul 28 '22 23:07 Lord-Valen

Thanks! Would you mind making a PR?

aaronjanse avatar Jul 29 '22 00:07 aaronjanse