Raoul Millais

Results 13 comments of Raoul Millais

This is not just for token revocation it also happens if DNS resolution fails.

Yup I see why it was done. I raised it because the docs suggest bosco is designed for use outside TES and this seemed surprising in that light. I guess...

First off thanks for an awesome project :heart: I'm a long time vim user now neovim user and have been using cmp for a while. I started out as I'm...

I'm now running @ollehu's fork and it's working great for me. No more weird things not working that I set in `FZF_DEFAULT_OPTS` after setting `fifc_custom_opts` instead :+1:

The MPL v2 is GPL compatible provided the software is dual-licensed.

I’ll check it out in the morning but this is weird - I have nfnl and have for a long time. I got aniseed via conjure for some reason (see...

Looks good 👍 ```lua vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "olical/aniseed", branch = "fix-flatten-warning", } }, }) vim.api.nvim_create_autocmd("VimEnter", { pattern = "*", command = "checkhealth...

In case you wanted to automate this - here's a version that doesn't rely on lazy and could be easily adapted for any of your plugins: ```bash #/bin/bash export NVIM_APPNAME="./"...

This doesn't work 😿 - aniseed never gets loaded. I spent an hour fiddling with variations of packpath and packadd without any success. I think its to do with either...

I hate leaving something incomplete so did some more investigation! None of the approaches I've found for testing adding packages (amongst neovim issues that I've seen) have used `NVIM_APPNAME` -...