1
0

add comment

This commit is contained in:
2025-08-31 21:52:05 +01:00
parent e0c4b22efe
commit 8db768588d

View File

@@ -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,
}, },
} }