diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-01 00:43:24 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-01 00:43:24 +0800 |
| commit | 9a1066b4e9d98d0a225526512a8889a226e94b7e (patch) | |
| tree | 602df0f3708cbf5377fd425013dfa365a5c843ef /lua/plugins.lua | |
| parent | 55f0e34e3a701a2a50e3b7255bce9aeb51cebe93 (diff) | |
Add wilder.nvim for cmdline auto-completion
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index ad2c4ba..96e964b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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, |
