bqf
This commit is contained in:
parent
04ddc388bf
commit
e143876cde
1 changed files with 12 additions and 2 deletions
10
init.lua
10
init.lua
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue