added a quickfix keybind

This commit is contained in:
Dario48true 2023-11-15 11:08:11 +01:00
parent 064e07485d
commit f3fe8304ee

View file

@ -21,3 +21,5 @@ vim.opt.hlsearch = false
vim.opt.incsearch = true
vim.opt.scrolloff = 6
vim.keymap.set("n", "<leader>qf", vim.lsp.buf.code_action())