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 {
-- {
-- '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
-- }
-- }
--
-- Need to run:
-- runtime! plugin/rplugin.vim
-- UpdateRemotePlugins
-- on command prompt to set up
return {
{
@@ -36,7 +25,7 @@ return {
]]
)
vim.api.nvim_command "runtime! plugin/rplugin.vim"
vim.api.nvim_command ":UpdateRemotePlugins"
vim.api.nvim_command "UpdateRemotePlugins" -- should this be :Update... ?
end,
},
}