summary refs log tree commit diff
path: root/lang/go.el
blob: 2cec39011a26913bec122459758da13cd8806045 (plain)
1
2
3
4
5
6
;;; lang/go.el -*- lexical-binding: t; -*-

(when (modulep! :tools lsp +eglot)
  (after! eglot
    (add-to-list 'eglot-workspace-configuration
                 `((:gopls . ((staticcheck . t)))))))