summaryrefslogtreecommitdiff
path: root/modules/prog-go.el
AgeCommit message (Collapse)Author
6 daysfeat:programming: Enhance language-specific keybindings and setupCraig Jennings
Add language-specific keybindings and configurations for C, Go, Python, and shell scripting panels. Introduce system utility function declarations and improve keybinding consistency across languages. Implement keybindings for debug, format, and static analysis tools tailored to each programming language, enhancing the developer experience and workflow efficiency.
6 daysfeat: prog-go: integrate LSP support for GoCraig Jennings
Add support for the Go language server (gopls) with LSP integration. Enable intelligent code completion, jump to definition, find references, and on-the-fly error checking in go-ts-mode and go-mod-ts-mode. Configure gopls path and related settings in lsp-mode. Update installation documentation for additional tools.
6 daysfeat: prog-go: Enhance Go configuration with go-ts-modeCraig Jennings
Add go-ts-mode configuration using tree-sitter for Go programming. Introduce `go-bin-path` for managing Go tool binaries and implement `cj/go-staticcheck` for running static analysis. Update key bindings to use staticcheck instead of golint.
2025-10-12changing repositoriesCraig Jennings