add comment
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user