This commit is contained in:
Rikuoh Tsujitani 2024-09-28 11:36:39 +09:00
parent 04ddc388bf
commit e143876cde
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -222,6 +222,7 @@ require("lazy").setup({
{ "monaqa/dial.nvim", event = "VeryLazy" }, { "monaqa/dial.nvim", event = "VeryLazy" },
{ "tpope/vim-repeat", event = "VeryLazy" }, { "tpope/vim-repeat", event = "VeryLazy" },
{ "nvim-zh/colorful-winsep.nvim", config = true, event = "WinNew" }, { "nvim-zh/colorful-winsep.nvim", config = true, event = "WinNew" },
{ "kevinhwang91/nvim-bqf", ft = "qf" },
{ "vim-jp/vimdoc-ja", ft = "help" }, { "vim-jp/vimdoc-ja", ft = "help" },
--non-lazy --non-lazy
@ -683,6 +684,15 @@ require("hlchunk").setup({
}, },
}) })
--nvim-bqf
require("bqf").setup({
preview = {
border = "single",
},
})
vim.keymap.set("n", "<leader>z", [[:vimgrep /\w\+/j % | copen<CR>]], { noremap = true, silent = true })
--dressing --dressing
require("dressing").setup({ require("dressing").setup({
input = { input = {