mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 08:20:50 -07:00
Add mouse
This commit is contained in:
parent
47541ed962
commit
15ab840ed5
3 changed files with 11 additions and 13 deletions
|
|
@ -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" },
|
||||
-- },
|
||||
-- }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue