jdhao
jdhao
Same issue here, I have pin-pointed the issue to [this line](https://github.com/Pocco81/auto-save.nvim/blob/main/lua/auto-save/utils/colors.lua#L62). I have found that parameter `bg` can be `nil`, but apprently, neither `blend` or `hex_to_rgb` in that file check...
I suggest the author focus more on the quality than excessive refactoring without any kind of check.
It is not necessary to change the repo name if you want a rewrite...
## Nvim-tree is slow to open for a non-git directory with 100000 files I create 100000 files under a directory `~/projects/trail_error`: ``` for i in {0..100000} do echo ${i} touch...
# Add descriptions to mappings and possibly others [This nvim issue](https://github.com/neovim/neovim/issues/6123) has some discussions on it back in 2017. Somewhat related: https://github.com/neovim/neovim/issues/6240. Implemented in [this PR](https://github.com/neovim/neovim/pull/16594).
~~# spell utility script cleanadd.vim missing in Neovim~~ ~~It is scheduled to be added in nvim 0.6, see https://github.com/neovim/neovim/issues/12875 .~~ Merged in https://github.com/neovim/neovim/pull/17699.
# can not use \x or \u in option listchars Currently, characters represented in `\uxxxx` format is not accepted in Neovim. I [opened an issue in Vim](https://github.com/vim/vim/issues/9006) and Bram fixed...
# autocompletion 
# fuzzy finding using LeaderF 
# notification 