Changing theme to kanagawa and removing markview command.

This commit is contained in:
calcu1on
2025-04-15 11:09:54 -04:00
parent b5b26754bd
commit 9fa1a2fa85
4 changed files with 15 additions and 12 deletions

View File

@@ -7,9 +7,6 @@ end
-- Custom keymaps
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>gg", vim.cmd.LazyGit)
vim.keymap.set("n", "<leader>mv", function()
vim.cmd("Markview splitToggle")
end)
vim.keymap.set('n', '<leader><leader>r', function()
vim.cmd("w")
vim.cmd("source %")
@@ -67,4 +64,4 @@ vim.api.nvim_create_user_command("DiagnosticsToggle", function()
signs = not vt,
}
end, { desc = "toggle diagnostic" })
vim.keymap.set("n", "<leader>dt", "<cmd>DiagnosticsToggle<CR>")
vim.keymap.set("n", "<leader>dtog", "<cmd>DiagnosticsToggle<CR>")

5
lua/plugins/kanagawa.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
"rebelot/kanagawa.nvim",
priority = 1000,
name = "kanagawa",
}