Commit graph

9 commits

Author SHA1 Message Date
Ellis Kenyő
ca38e5a9a5
feat(format): add :lang fsharp formatter 2023-09-13 20:21:02 +01:00
Henrik Lissner
ad6a3d0f33
refactor: deprecate featurep! for modulep!
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.

featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
Henrik Lissner
d58d084774
tweak(:lang,:tools): start eglot/lsp-mode later
To ensure lsp/eglot settings have precedence over local servers (e.g.
cider and lookup handlers).

Ref: clojure-emacs/cider#3170
2022-03-30 17:32:47 +02:00
Ellis Kenyő
bca75fc5c5
feat(fsharp): use dotnet for inferior-fsharp-program
Applies from .NET Core 2 onwards.
2021-12-12 23:09:16 +01:00
Henrik Lissner
c034bfdc87
tools/lsp: minor refactor & comment variables
Also moves lsp-fsharp-server-install-dir to
~/.emacs.d/.local/etc/lsp-fsharp
2019-10-21 19:01:06 -04:00
Reed Mullanix
30cd902d4d Make requested changes for F# lsp support 2019-07-05 10:58:55 -07:00
Reed Mullanix
9c950ff3f6 Add LSP support for F# 2019-07-05 10:32:01 -07:00
Reed Mullanix
94cf5a1129 Fix issue with REPL 2019-05-22 22:01:25 -07:00
Reed Mullanix
8ef56f5bc0 Implement fsharp :lang module 2019-05-22 22:01:25 -07:00