diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-31 13:42:23 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-31 13:42:23 +0000 |
commit | 0b098257a3337a27c0e0bab710af6f783c7f0915 (patch) | |
tree | 2ee2eca6f05a073c1a546d19e736b7122fdd0375 | |
parent | b49bbba7bcabcc47d9edd33cf6d6f4461a1bd66a (diff) | |
download | dotfiles-0b098257a3337a27c0e0bab710af6f783c7f0915.tar.gz dotfiles-0b098257a3337a27c0e0bab710af6f783c7f0915.tar.bz2 dotfiles-0b098257a3337a27c0e0bab710af6f783c7f0915.zip |
~lookup+docsets, intero -> lsp
Lookup docsets is required in other languages for some reason (?)
Intero is no longer maintained, thus I have to use LSP.
-rw-r--r-- | doom.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 07250bd..831cc9c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -81,7 +81,7 @@ flycheck ; tasing you for every semicolon you forget flyspell ; tasing you for misspelling mispelling ;;gist ; interacting with github gists - (lookup) ; helps you navigate your code and documentation + (lookup +docsets) ; helps you navigate your code and documentation lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs @@ -112,7 +112,7 @@ ;;ess ; emacs speaks statistics ;;fsharp ; ML stands for Microsoft's Language ;;go ; the hipster dialect - (haskell +intero) ; a language that's lazier than I am + (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome |