added quickfix
This commit is contained in:
parent
f3fe8304ee
commit
fc7c0f7100
1 changed files with 3 additions and 1 deletions
|
@ -22,4 +22,6 @@ vim.opt.incsearch = true
|
||||||
|
|
||||||
vim.opt.scrolloff = 6
|
vim.opt.scrolloff = 6
|
||||||
|
|
||||||
vim.keymap.set("n", "<leader>qf", vim.lsp.buf.code_action())
|
vim.cmd([[command! QuickFix lua vim.lsp.buf.code_action()]])
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>qf", ":QuickFix<CR>", {silent=true})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue