tools/lsp: minor refactor & comment variables
Also moves lsp-fsharp-server-install-dir to ~/.emacs.d/.local/etc/lsp-fsharp
This commit is contained in:
parent
8dfc4b3033
commit
c034bfdc87
2 changed files with 17 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
|||
(if (featurep! +lsp)
|
||||
(progn
|
||||
(setq fsharp-ac-intellisense-enabled nil)
|
||||
(setq lsp-fsharp-server-install-dir (concat doom-etc-dir "fsautocomplete/"))
|
||||
(add-hook 'fsharp-mode-local-vars-hook #'lsp!))
|
||||
(setq fsharp-ac-use-popup nil) ; Use a buffer for docs rather than a pop-up
|
||||
(set-lookup-handlers! 'fsharp-mode :async t :definition #'fsharp-ac/gotodefn-at-point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue