mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
These are experimental keybinds. I'm looking for a way to integrate LSP's formatter commands (and lsp-organize-imports) into the :editor format module. And a way to unify refactoring commands (perhaps with emr or erefactor), including lsp-rename. - 'SPC c F' -> format region or buffer - 'SPC c i' -> organize imports - 'SPC c r' -> rename symbol at point Addresses #1417