update
This commit is contained in:
parent
4c0797116a
commit
bcf1be937b
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
|
@ -631,6 +631,10 @@ wk.register({
|
||||||
},
|
},
|
||||||
}, { prefix = "<leader>" })
|
}, { prefix = "<leader>" })
|
||||||
|
|
||||||
|
require("spectre").setup({
|
||||||
|
live_update = true,
|
||||||
|
})
|
||||||
|
|
||||||
vim.keymap.set("n", "<Tab>", function()
|
vim.keymap.set("n", "<Tab>", function()
|
||||||
if vim.bo.buftype == "terminal" then
|
if vim.bo.buftype == "terminal" then
|
||||||
local current_buf_nr = vim.fn.bufnr()
|
local current_buf_nr = vim.fn.bufnr()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue