fun stuff

This commit is contained in:
Christian Nieves
2024-08-01 00:41:52 +00:00
parent c5ff1347fe
commit 81cc999670
3 changed files with 76 additions and 2 deletions

View File

@ -13,8 +13,9 @@ return {
end,
keys = {
{ "<leader>xt", "<cmd>:Telescope diagnostics<CR>" },
{ "<leader>xw", "<cmd>:Trouble workspace_diagnostics<CR>" },
{ "<leader>xd", "<cmd>:Trouble document_diagnostics<CR>" },
{ "gr", ":Trouble lsp_references<CR>" },
{ "<leader>xw", ":Trouble workspace_diagnostics<CR>" },
{ "<leader>xd", ":Trouble document_diagnostics<CR>" },
{ "[g", "<cmd>lua vim.diagnostic.goto_prev()<CR>" },
{ "]g", "<cmd>lua vim.diagnostic.goto_next()<CR>" },
},