Rafael Madriz

Results 26 comments of Rafael Madriz

this seems reasonable, I'm gonna put lorem ipsum snippets into its own file and don't add it into package.json. If someone wants those, they will have to manually load those...

Same problem here, adding minimal config to reproduce: ```lua local on_windows = vim.loop.os_uname().version:match "Windows" local function join_paths(...) local path_sep = on_windows and "\\" or "/" local result = table.concat({ ......

Minimal config I tried: ```lua local temp_dir = vim.loop.os_getenv("TEMP") or "/tmp" local install_dir = temp_dir .. "/lazy-nvim" -- set stdpaths to use "/tmp/lazy-nvim" for _, name in ipairs({ "config", "data",...

> Unable to reproduce in nvim 0.10.0. Please check. Having the same issue, I was able to reproduce with the minimal config provided on 0.9.5. You just have to make...

Same issue here, it would be nice if we could commit using gpg. For now it gives an error as described above

> My understanding was that gpg signing always required a password. Is this not the case? It depends, as @fr3fou mentioned you can configure gpg to remember your password for...