add comment
This commit is contained in:
@@ -1,18 +1,7 @@
|
|||||||
-- return {
|
-- Need to run:
|
||||||
-- {
|
-- runtime! plugin/rplugin.vim
|
||||||
-- 'gelguy/wilder.nvim',
|
-- UpdateRemotePlugins
|
||||||
-- config = function(_)
|
-- on command prompt to set up
|
||||||
-- local wilder = require('wilder')
|
|
||||||
-- wilder.setup({modes = {':', '/', '?'}})
|
|
||||||
-- wilder.python_search_pipeline({
|
|
||||||
-- pattern = wilder.python_fuzzy_pattern({
|
|
||||||
-- start_at_boundary = 0,
|
|
||||||
-- }),
|
|
||||||
-- })
|
|
||||||
-- end
|
|
||||||
-- }
|
|
||||||
-- }
|
|
||||||
--
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
@@ -36,7 +25,7 @@ return {
|
|||||||
]]
|
]]
|
||||||
)
|
)
|
||||||
vim.api.nvim_command "runtime! plugin/rplugin.vim"
|
vim.api.nvim_command "runtime! plugin/rplugin.vim"
|
||||||
vim.api.nvim_command ":UpdateRemotePlugins"
|
vim.api.nvim_command "UpdateRemotePlugins" -- should this be :Update... ?
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user