summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7a0191e..e0c456a 100755
--- a/init.el
+++ b/init.el
@@ -419,3 +419,8 @@
(progn
(lsp-ui-mode)
(yas-minor-mode))))
+
+(editorconfig-mode 1)
+
+(add-to-list 'auto-mode-alist '("\\.vue$" . web-mode))
+