feat(format): add :lang fsharp formatter
This commit is contained in:
parent
d2f3190766
commit
ca38e5a9a5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
(set-lookup-handlers! 'fsharp-mode :async t :definition #'fsharp-ac/gotodefn-at-point)
|
||||
(set-company-backend! 'fsharp-mode 'fsharp-ac/company-backend))
|
||||
(set-repl-handler! 'fsharp-mode #'run-fsharp)
|
||||
(set-formatter! 'fantomas '("fantomas" "--stdin") :modes '(fsharp-mode))
|
||||
(map! :localleader
|
||||
:map fsharp-mode-map
|
||||
"b" #'fsharp-ac/pop-gotodefn-stack ; Useful for re-tracing your steps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue