RichieHH

Results 56 comments of RichieHH

Probably not relevant here now but cquery, ccls etc need a setting to look elsewhere for compile_commands.json : invariably its in "build" not in the project root. A symlink kind...

When using gdscript-format-buffer from "current buffer" then the comint stuff seems overkill. A possibly naive, but functional fix is ``` (defun gdscript-format-buffer() "Format the current buffer using `gdformat'." (interactive) (save-mark-and-excursion...

Sure, my observation is not about `gdscript-format--save-buffer `- just the interactive call to `gdscript-format-buffer` running on a buffer and not a file. I'll have a look at `buffer-end`, thanks for...

I would like the ability to suppress the status window that opens whenever I run a gdscript function eg gdscript-godot-run-project gives:. ![Screenshot from 2020-08-02 13-50-34](https://user-images.githubusercontent.com/362891/89122414-391cf180-d4c7-11ea-8aca-dc47331ad612.png)

> > I started a doom emacs integration: > > I opened a PR for that 4 days ago already: [hlissner/doom-emacs#3239](https://github.com/hlissner/doom-emacs/pull/3239) > > > 2 - Integration with lsp (language...

> @rileyrg for LSP, the problem has to do with the server in Godot, that uses nonstandard notifications. We discussed sponsoring @ofrank123 to work on fixing these, but I don't...

I'm running latest (release level) everything via straight.el. My config here : https://github.com/rileyrg/Emacs-Customisations But in fairness I just ran lsp with a dot projectile file in the root. It seemed...

rdm should probably be installed as systemd service. And thats how its documented in most decent wikis.

Just adding a quick note for googleability here: smartparens not working in php-mode emacs 27. This worked for me: https://github.com/Fuco1/smartparens/issues/963#issuecomment-488151756

Just a "beep": It is broken in PHP-MODE in emacs 27 too.