main
Gabe Farrell 2 years ago
parent 47541ed962
commit 15ab840ed5

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

@ -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", ":TodoTelescope<CR>", { desc = "View [T]odos in [T]elescope" })
-- map("n", "<Leader>tT", ":TodoTrouble<CR>", { desc = "View [t]odos in [T]rouble" }) -- 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" })

@ -1,7 +1,8 @@
require "nvchad.options" require "nvchad.options"
-- add yours here! -- add yours here!
vim.opt.mouse = "" vim.o.mouse = "nv"
vim.o.mousemodel = "extend"
-- tabsize -- tabsize
-- vim.opt.shiftwidth = 4 -- vim.opt.shiftwidth = 4

Loading…
Cancel
Save