diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-19 14:34:47 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-19 14:34:47 +0200 |
| commit | bbad5d10f7a6c1fe985ed08df80def3eba3d7fa4 (patch) | |
| tree | c8b302f406383b2097a45a592c12846433ff9a7e | |
| parent | 6ca95abdcad5f718587baddb55ecf19fce2851d5 (diff) | |
| download | dotfiles-bbad5d10f7a6c1fe985ed08df80def3eba3d7fa4.tar.gz dotfiles-bbad5d10f7a6c1fe985ed08df80def3eba3d7fa4.zip | |
Commented out quickfix keybindings
| -rw-r--r-- | lua/plugins/lsp.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 07c5c83..88e31e1 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -72,10 +72,10 @@ local on_attach = function(client, bufnr) map("n", "<leader>wl", function() print(vim.inspect(vim.lsp.buf.list_workspace_folders())) end) - map("n", "<leader>q", function() - vim.diagnostic.setqflist({ open = true }) - end) - map("n", "<space>q", "<Cmd>lua vim.diagnostic.setloclist()<CR>") + --map("n", "<leader>q", function() + -- vim.diagnostic.setqflist({ open = true }) + --end) + --map("n", "<space>q", "<Cmd>lua vim.diagnostic.setloclist()<CR>") --map("n", "gk", "<Cmd>Lspsaga diagnostic_jump_prev<CR>") --map("n", "gj", "<Cmd>Lspsaga diagnostic_jump_next<CR>") |
