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

@@ -17,7 +17,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")
-- SET NEOVIM THEME --
vim.cmd.colorscheme('catppuccin')
vim.cmd.colorscheme('kanagawa-dragon')
-- XDEBUG --
local dap = require('dap')