From 8db768588d1fa9ee8dba953e6b5e58ba4a0d9f06 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sun, 31 Aug 2025 21:52:05 +0100 Subject: [PATCH] add comment --- nvim/.config/nvim/lua/plugins/wilder.lua | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins/wilder.lua b/nvim/.config/nvim/lua/plugins/wilder.lua index 0fbaf43..d6a6bbd 100644 --- a/nvim/.config/nvim/lua/plugins/wilder.lua +++ b/nvim/.config/nvim/lua/plugins/wilder.lua @@ -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, }, }