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/",
function()
vim.notify("YUP!")
require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/forward" })
end,
},
{
"q?",
function()
vim.notify("YUP!")
require("cmdbuf").split_open(vim.o.cmdwinheight, { type = "vim/search/backward" })
end,
},

View File

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

View File

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