Commit Diff


commit - 44555e4c25b43ce200001b57ebc574bf3d2a4556
commit + 2558835daf6d88dc06ff5bf0232ea0ce6c692a25
blob - 7882da37632509247bef0c1c7afe235d60db9ff3
blob + 7ef33436c82f02a5f0fbcd0160ab2354cf554068
--- modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl
+++ modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl
@@ -39,6 +39,9 @@
 (fn config []
   (vim.lsp.config :purescriptls
                   {:cmd [:pnpx :purescript-language-server :--stdio]})
+  (vim.lsp.config :harper
+                  {:cmd [:harper-ls :--stdio]
+                   :filetypes [:markdown :text :tex :typst :org]})
   (let [open-floating-preview vim.lsp.util.open_floating_preview]
     (set vim.lsp.util.open_floating_preview
          (fn [contents syntax opts ...]