jdhao

Results 188 comments of 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 ![nvim-autocompletion](https://user-images.githubusercontent.com/16662357/128590006-0fc1451f-fac1-49b2-bb95-8aba21bfa44e.gif)

# fuzzy finding using LeaderF ![leader-file-find](https://user-images.githubusercontent.com/16662357/183257017-2d9d7605-3c4b-4e1d-8955-30998f9b6f28.gif)

# notification ![nvim-notification](https://user-images.githubusercontent.com/16662357/128589873-aadb8264-1098-4834-9876-fa66a309be05.gif)