Added +lsp flag to lang/purescript

This commit is contained in:
nobv 2020-05-13 17:32:20 +09:00
parent a7c2cbab90
commit a036513241
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,9 @@
;;; lang/purescript/config.el -*- lexical-binding: t; -*-
(after! purescript-mode
(when (featurep! +lsp)
(add-hook 'purescript-mode-local-vars-hook #'lsp!))
(add-hook! 'purescript-mode-hook
#'purescript-indentation-mode
#'rainbow-delimiters-mode)