Add wilder.nvim for cmdline auto-completion

This commit is contained in:
jdhao
2021-08-01 00:43:24 +08:00
parent 55f0e34e3a
commit 9a1066b4e9
2 changed files with 32 additions and 0 deletions
+3
View File
@@ -285,6 +285,9 @@ require('packer').startup(
-- Show register content
use "tversteeg/registers.nvim"
-- The missing auto-completion for cmdline!
use 'gelguy/wilder.nvim'
end,
config = {
max_jobs = 16,