1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

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

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,