From 716adf2f6b771474b1d9a7fe507abba80bfeae16 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 18 Mar 2023 20:19:25 -0400 Subject: emacs: LSP? --- .config/emacs/custom.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.config/emacs/custom.el') diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index fc5baaf..df91549 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -4,9 +4,24 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(auth-source-save-behavior nil) + '(custom-safe-themes + '("7dc296b80df1b29bfc4062d1a66ee91efb462d6a7a934955e94e786394d80b71" default)) + '(eglot-autoshutdown t) '(erc-nick "lukeshu") '(global-whitespace-mode nil) '(graphviz-dot-auto-indent-on-semi nil) + '(lsp-go-codelenses + '((vendor . t) + (upgrade_dependency . t) + (tidy . t) + (test . t) + (regenerate_cgo . t) + (generate . t) + (gc_details . t))) + '(lsp-lens-enable t) + '(lsp-ui-sideline-ignore-duplicate t) + '(lsp-ui-sideline-show-code-actions t) + '(lsp-ui-sideline-show-hover t) '(safe-local-variable-values '((Indent-tabs-mode) (c-file-offsets -- cgit v1.2.3