summaryrefslogtreecommitdiff
path: root/modules/prog-c.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-c: Enhance C programming environment with LSP and GDBCraig Jennings
Modernize the C programming setup by integrating LSP and tree-sitter, adding debugging capabilities with GDB, and enabling formatting with clang-format. Introduce workflow examples and configurable compilation commands to enhance development efficiency. Set up global keybindings for common actions.
2025-10-12changing repositoriesCraig Jennings