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

@ -35,19 +35,14 @@ M.ui = {
{ " Mappings", "Spc c h", "NvCheatsheet" },
},
},
telescope = {
style = "bordered",
},
}
-- M.plugins = {
-- default_plugin_config_replace = {
-- nvim_tree = {
-- renderer = {
-- icons = {
-- git = {
-- unstaged = "❖",
-- },
-- },
-- },
-- },
-- M.lspoveride = {
-- n = {
-- ["gd"] = { "<cmd> Telescope <CR>", "definitions" },
-- ["gr"] = { "<cmd> Telescope <CR>", "references" },
-- },
-- }