Compare commits

..

No commits in common. "ea9f8e32272e3c10e6c55bfa78e98a93d270e56d" and "2c36a9ea6c863072b5801728d886f3ccacc841b4" have entirely different histories.

3 changed files with 6 additions and 5 deletions

View File

@ -20,12 +20,14 @@ return {
{ {
"q/", "q/",
function() function()
vim.notify("YUP!")
require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/forward" }) require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/forward" })
end, end,
}, },
{ {
"q?", "q?",
function() function()
vim.notify("YUP!")
require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/backward" }) require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/backward" })
end, end,
}, },

View File

@ -7,6 +7,10 @@ return {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
lazy = true, lazy = true,
}, },
{
"stevearc/dressing.nvim",
lazy = true,
},
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
lazy = true, lazy = true,

View File

@ -25,11 +25,6 @@ return {
col = "0%", col = "0%",
}, },
}, },
cmdline_input = {
border = {
style = "rounded",
},
},
}, },
popupmenu = { popupmenu = {
backend = "cmp", backend = "cmp",