XXiaoA

Results 41 comments of XXiaoA

> 我仍然收到完全相同的错误 > > ``` > Error executing vim.schedule lua callback: ...cker/start/auto-save.nvim/lua/auto-save/utils/colors.lua:6: bad argument #1 to 'lower' (string expected, got nil) > stack traceback: > [C]: in function 'lower' >...

Just try my [fork](https://github.com/XXiaoA/auto-save.nvim)

This issue seems like #46 . And I have fixed it. Maybe you could try my fork

> > This issue seems like #46 . And I have fixed it. Maybe you could try my fork > > Seems like an over-complicated fix, `nvim_buf_is_valid` does this? Thanks,...

> Symptoms: error message when exiting `vim.ui.input` prompt. > > Steps to reproduce: > > 1. Install `auto-save.nvim` > 2. Run `:lua vim.ui.input({}, function() end)` > 3. Observe error thrown...

> @XXiaoA Tested and working fine. Time for a pull request? [PR](https://github.com/Pocco81/auto-save.nvim/pull/47) has been created. But i'm not sure the author will merge it or not. Because I formatted the...

> I cannot reproduce this. I've tried on v0.7.2 and on nightly. I've tried with my normal config and with a minimal config that consists of only > > ```lua...

@stevearc The minimal configuration I tried: ```lua local o = vim.opt o.runtimepath:append("~/repos/aerial.nvim/") o.runtimepath:append("~/repos/indent-blankline.nvim/") o.runtimepath:append("~/repos/nvim-treesitter") o.list = true o.listchars:append("space:⋅") require('aerial').setup({}) require("indent_blankline").setup({}) for index, value in ipairs({}) do if index == value...

> no modify @ # $ % & Q will be released in next version, maybe using stylesets(ss01...) which is similar to `firacode`'s use May I ask when will the...