diff --git a/custom.el b/custom.el index cacb39e..52de4b9 100644 --- a/custom.el +++ b/custom.el @@ -4,6 +4,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(eglot-code-action-indications '(eldoc-hint)) '(package-selected-packages '(cape dumb-jump exec-path-from-shell jai-mode magit move-text multiple-cursors yaml yaml-mode)) diff --git a/init.el b/init.el index dba687f..defde01 100644 --- a/init.el +++ b/init.el @@ -99,6 +99,7 @@ (use-package eglot :config - (push '(jai-mode "jails") eglot-server-programs)) + (push '(jai-mode "jails") eglot-server-programs) + (push '(sql-mode "postgres-language-server" "lsp-proxy") eglot-server-programs)) (use-package yaml-mode)