fix wilder.lua
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
-- return {
|
||||
-- {
|
||||
-- 'gelguy/wilder.nvim',
|
||||
-- config = function(_)
|
||||
-- local wilder = require('wilder')
|
||||
-- wilder.setup({modes = {':', '/', '?'}})
|
||||
-- wilder.python_search_pipeline({
|
||||
-- pattern = wilder.python_fuzzy_pattern({
|
||||
-- start_at_boundary = 0,
|
||||
-- }),
|
||||
-- })
|
||||
-- end
|
||||
-- }
|
||||
-- }
|
||||
--
|
||||
|
||||
return {
|
||||
{
|
||||
'gelguy/wilder.nvim',
|
||||
"gelguy/wilder.nvim",
|
||||
-- dependencies = {
|
||||
-- { "Gerodote/fzy-lua-native_updated_gitignore_repaired_makefile", build = "make", lazy = false },
|
||||
-- { "nixprime/cpsm", dependencies = { "ctrlpvim/ctrlp.vim", lazy = false }, lazy = false, build = "bash ./install.sh" },
|
||||
-- },
|
||||
config = function(_)
|
||||
local wilder = require('wilder')
|
||||
wilder.setup({modes = {':', '/', '?'}})
|
||||
@@ -9,6 +29,14 @@ return {
|
||||
start_at_boundary = 0,
|
||||
}),
|
||||
})
|
||||
end
|
||||
}
|
||||
end;
|
||||
build = function()
|
||||
vim.cmd([[
|
||||
let &rtp=&rtp
|
||||
]]
|
||||
)
|
||||
vim.api.nvim_command "runtime! plugin/rplugin.vim"
|
||||
vim.api.nvim_command ":UpdateRemotePlugins"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user