theme set: <leader>th
This commit is contained in:
@@ -63,11 +63,11 @@ map("n", "<leader>e", "<cmd>NvimTreeFocus<CR>", { desc = "nvimtree focus window"
|
||||
-- map("n", "<leader>cm", "<cmd>Telescope git_commits<CR>", { desc = "telescope git commits" })
|
||||
-- map("n", "<leader>gt", "<cmd>Telescope git_status<CR>", { desc = "telescope git status" })
|
||||
-- map("n", "<leader>pt", "<cmd>Telescope terms<CR>", { desc = "telescope pick hidden term" })
|
||||
--
|
||||
-- map("n", "<leader>th", function()
|
||||
-- require("nvchad.themes").open()
|
||||
-- end, { desc = "telescope nvchad themes" })
|
||||
--
|
||||
|
||||
map("n", "<leader>th", function()
|
||||
require("nvchad.themes").open()
|
||||
end, { desc = "telescope nvchad themes" })
|
||||
|
||||
-- map("n", "<leader>ff", "<cmd>Telescope find_files<cr>", { desc = "telescope find files" })
|
||||
-- map(
|
||||
-- "n",
|
||||
|
||||
Reference in New Issue
Block a user