Add mouse

This commit is contained in:
Gabe Farrell 2024-04-10 22:25:00 -04:00
parent 47541ed962
commit 15ab840ed5
3 changed files with 11 additions and 13 deletions

View file

@ -27,3 +27,5 @@ end, { desc = "Previous todo comment" })
map("n", "<Leader>tt", ":TodoTelescope<CR>", { desc = "View [T]odos in [T]elescope" })
-- map("n", "<Leader>tT", ":TodoTrouble<CR>", { desc = "View [t]odos in [T]rouble" })
-- map("n", "gr", "<cmd>Telescope lsp_references<CR>", { desc = "[G]oto [R]eferences" })