summaryrefslogtreecommitdiff
path: root/modules/prog-shell.el
AgeCommit message (Collapse)Author
20 hoursfeat(lsp): disable LSP on remote/TRAMP filesCraig Jennings
Prevents slow startup and project root prompts when editing files over TRAMP connections. - Add lsp-enable-remote nil in :init (before lsp-mode loads) - Add explicit remote check in shell script setup hook
2025-10-20feat: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.
2025-10-12changing repositoriesCraig Jennings