Recent activity

Re: dired-preview: preview directories? (Plus suggestion) 7 days ago

From Chinmay Dalal to ~protesilaos/general-issues

Another idea could be to just use the output of `ls -l` or `exa -l`

Using `bat`/`cat` for previews a month ago

From Chinmay Dalal to ~vigoux/azy.nvim-devel

Hi,

Currently azy uses an actual buffer for previews. While this is better
for syntax highlighting, it suffers from two problems:
 - It is slightly slow
 - Being a real buffer, sometimes lsp attaches and produces weird errors

Given that one of the stated goals of azy is speed, I think it should
use `bat`, or plain `cat` when `bat` is not available.
--
p00f

Re: [PATCH azy.nvim v2] Add oldfiles source a month ago

From Chinmay Dalal to ~vigoux/azy.nvim-devel

This version adds docs and uses the existing open_file sink instead of
creating a new one

Re: [azy.nvim/patches/.build.yml] build failed a month ago

From Chinmay Dalal to ~vigoux/azy.nvim-devel

This had to be a new source instead of just a qwahl-based one for myself because

- it allows preview
- it allows C-v and C-h (a qwahl-based one will take over the current
window)

Thanks,
Chinmay

Re: Breaking change: redo config 3 months ago

From Chinmay Dalal to ~p00f/public-inbox

Dmytro Soltys <soap@slotos.net> writes:

> While tinkering with my local setup, I noticed that on neovim nightly
> it's sufficient to enable native inlay_hint functionality in LspAttach
> autocmd.

Yep, I'll remove inlay hints some time after neovim 0.10 lands

Re: Breaking change in clangd_extensions.nvim: redo config 3 months ago

From Chinmay Dalal to ~p00f/public-inbox

Sorry I forgot to mention, this is about clangd_extensions.nvim

Breaking change: redo config 3 months ago

From Chinmay Dalal to ~p00f/public-inbox

I redid the configuration, now one doesn't need to call `setup()` at all
if they are happy with the defaults.

Server options are to be configured normally via
`vim.lsp.start`/nvim-lspconfig

To enable inlay hints like earlier, add the following lines to
lspconfig/`vim.lsp.start`'s `on_attach`:

     require("clangd_extensions.inlay_hints").setup_autocmd()
     require("clangd_extensions.inlay_hints").set_inlay_hints()

Sorry for the breaking change but this simplifies everything a lot

Re: sr.ht bio: Don't strip link attributes? 6 months ago

From Chinmay Dalal to ~sircmpwn/sr.ht-discuss

I see, thanks

Chinmay

sr.ht bio: Don't strip link attributes? 6 months ago

From Chinmay Dalal to ~sircmpwn/sr.ht-discuss

Hello,
To verify my sourcehut profile link on mastodon, I need to include a
link to my mastodon profile on my sourcehut profile page:

>Verification

>You can verify yourself as the owner of the links in your profile
> metadata. For that, the linked website must contain a link back
> to your Mastodon profile. The link back must have a rel="me"
> attribute. The text content of the link does not matter.
> Here is an example:
> <a rel="me" href="https://hachyderm.io/@p00f">Mastodon</a>

Re: modus-vivendi + moody 7 months ago

From Chinmay Dalal to ~protesilaos/modus-themes

It looks like sourcehut doesn't like my attachment, so here's my mail
continuing from the last line which wasn't removed, with an imgur link
instead of an attachment:




The ribbon looks fine with most modus variants except modus-vivendi:
https://imgur.com/e14qB8h

Moody expects the "ribbon" background in `moody-ribbon-background` as
`(FACE ATTRIBUTE)`:
https://github.com/tarsius/moody/blob/249c5f1cf22f17c2d1e7793e2ffd3b09cf15bb10/moody.el#L117