Compare commits
No commits in common. "62ad9b99c559d663ee93417f1e4331bbff534d53" and "7b09c58a99b259cb86f85b4db0a95ef1232fa1f0" have entirely different histories.
62ad9b99c5
...
7b09c58a99
2 changed files with 0 additions and 29 deletions
|
@ -1,4 +0,0 @@
|
||||||
return {
|
|
||||||
"lewis6991/gitsigns.nvim",
|
|
||||||
config = function() require('gitsigns').setup() end
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
return {
|
|
||||||
"gelguy/wilder.nvim",
|
|
||||||
dependencies = {"nvim-tree/nvim-web-devicons"},
|
|
||||||
config = function()
|
|
||||||
local wilder = require("wilder")
|
|
||||||
wilder.setup({
|
|
||||||
modes = {':', '/', '?'},
|
|
||||||
next_key = "<Tab>",
|
|
||||||
previous_key = "<S-Tab>",
|
|
||||||
accept_key = "<Down>",
|
|
||||||
reject_key = "<Up>"
|
|
||||||
})
|
|
||||||
wilder.set_option('renderer', wilder.popupmenu_renderer({
|
|
||||||
highlighter = wilder.basic_highlighter(),
|
|
||||||
right = {' ', wilder.popupmenu_scrollbar()},
|
|
||||||
left = {' ', wilder.popupmenu_devicons()},
|
|
||||||
highlights = {
|
|
||||||
accent = wilder.make_hl('WilderAccent', 'Pmenu', {
|
|
||||||
{a = 1}, {a = 1}, {foreground = '#f4468f'}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
pumblend = 50
|
|
||||||
}))
|
|
||||||
end
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue