auto complate commond mode

This commit is contained in:
asep komarudin 2023-02-11 10:52:53 +07:00
parent 7e4fa022a1
commit 3d6ab29195
4 changed files with 79 additions and 17 deletions

View file

@ -415,21 +415,4 @@ return {
require("fidget").setup()
end,
},
-- for auto complate commond mode
{
"gelguy/wilder.nvim",
event = "BufWinEnter",
config = function()
local wilder = require("wilder")
wilder.setup({ modes = { ":", "/", "?" } })
wilder.set_option(
"renderer",
wilder.popupmenu_renderer({
highlighter = wilder.basic_highlighter(),
left = { " ", wilder.popupmenu_devicons() },
right = { " ", wilder.popupmenu_scrollbar() },
})
)
end,
},
}