tweak(doom): enable lua

This commit is contained in:
Infinidoge 2023-07-10 20:57:26 -04:00
parent e2dbd824c3
commit a9975486b0
4 changed files with 8 additions and 1 deletions

View file

@ -102,6 +102,7 @@
;; --- LSP ---
(setq lsp-csharp-server-path (executable-find "omnisharp"))
(setq lsp-clients-lua-language-server-bin (executable-find "lua-language-server"))
(setq lsp-haskell-formatting-provider "ormolu")
(after! lsp-mode