- Sits in
~/.emacs.d
. - Entry point is
~/.emacs.d/init.el
.
- git clone:
https://github.com/zngrn/dot-emacs.git ~/.emacs.d
- To use
clojure
with lsp:- Install manually: clojure-lsp
- Check clojure lsp:
which clojure-lsp
should prompt a sane location
- To use
golang
with lsp:- Install
gopls
manually:go install golang.org/x/tools/gopls@latest
.
- Install
- Check
gopls
:~/go/bin/gopls version
should prompt a version
- To use
typescript
with lsp:- Install
npm i -g typescript-language-server
. Reference
- Install