Gregor Grigorjan

Results 32 issues of Gregor Grigorjan

Is there any convenient way to drop into a Xonsh shell in the present working directory from a ranger instance? Pressing S (which is bound to the `shell $SHELL` command)...

enhancement

Hi, I would like to have a group of options where either none or all of the options must be provided. Is there any way to do that currently without...

The following is based only on the demo server at https://drift.maxleiter.com/, so disregard if the most recent builds do not display this behavior. Currently, if the client's request to create...

Feature request

When using https://github.com/zbirenbaum/copilot.lua, GitHub Copilot runs as an LSP client in the buffer alongside other LSP providers (e.g. idris2-lsp), and doesn't provide the functionality this plugin expects. Is there perhaps...

bug

This could be implemented using [Firefox's home-manager module](https://github.com/nix-community/home-manager/blob/29519461834c08395b35f840811faf8c23e3b61c/modules/programs/firefox.nix#LL218C20-L218C20), which supports adding custom CSS.

feature

Here is what `projectile-find-file` using `vertico` as a back-end with `all-the-icons` looks like when `mini-frame-mode` is disabled: ![image](https://github.com/muffinmad/emacs-mini-frame/assets/63151928/4a6b57c0-7fa2-43f1-84dc-49dc883ca7b5) This is with `mini-frame-mode` enabled: ![image](https://github.com/muffinmad/emacs-mini-frame/assets/63151928/49105723-a261-40e4-a069-0253c20cc94f) This seems to be an issue...

Currently, the mode for fenced code blocks is determined using the [`markdown-code-lang-modes`](https://github.com/jrblevin/markdown-mode/blob/f8a91fef75d99b83591417df856b5240d78ae563/markdown-mode.el#L8808C12-L8808C36) alist. It maps the first occuring word in the infostring to a language mode. This is generally fine,...

It would be nice if there was an integration with [emacs-direnv](https://github.com/wbolster/emacs-direnv) to show whether a direnv environment is currently loaded, and perhaps display some information about the loaded environment. This...

enhancement

Microsoft's HTML language server configuration settings have evolved (see [here](https://github.com/sublimelsp/LSP-html/blob/master/LSP-html.sublime-settings) or [here](https://github.com/microsoft/vscode/blob/main/extensions/html-language-features/package.json)). Most notably, `html.experimental.customData` has been renamed to `html.customData`, which means `lsp-html` currently can't be used in conjunction with...

Currently only all-the-icons is supported, if I understand correctly. It would be nice to support nerd-icons as well. I understand this is low priority / nice to have.