added a quickfix keybind
This commit is contained in:
parent
064e07485d
commit
f3fe8304ee
1 changed files with 2 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue