summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index 01498d6..d9b214e 100644
--- a/init.el
+++ b/init.el
@@ -1,5 +1,7 @@
;; -*- lexical-binding: t; -*-
+(setenv "LSP_USE_PLISTS" "1") ;; in early-init.el
+
(defvar savefile-dir (expand-file-name "savefile" user-emacs-directory)
"This folder stores all the automatically generated save/history-files.")
@@ -14,7 +16,8 @@
"projectile"
"magit"
"completion"
- "tree-sitter"))
+ "tree-sitter"
+ "lsp"))
(dolist (file config-files)
(load (expand-file-name file config-dir)))