Skip to content

Commit

Permalink
fix(nvim): arg parsing for user command completions
Browse files Browse the repository at this point in the history
Use my fork until the fix [0] is merged upstream.

[0]: gelguy/wilder.nvim#166
  • Loading branch information
Gelio committed Nov 18, 2022
1 parent f1d7c4b commit 0998836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/neovim/stowed/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ local function setup_packer(packer_bootstrap)
})

use({
"gelguy/wilder.nvim",
"Gelio/wilder.nvim",
branch = "fix-last-arg-completion-for-lua",
config = function()
vim.cmd.runtime("wilder.vim")

Expand Down

0 comments on commit 0998836

Please sign in to comment.