use kanagawa dragon for neovim theme

This commit is contained in:
jc 2024-06-04 23:41:30 -04:00
commit 0791abaff7
No known key found for this signature in database
3 changed files with 44 additions and 37 deletions

View file

@ -12,5 +12,5 @@ end
vim.opt.rtp:prepend(lazypath)
require("juancwu.config").setup({
colorscheme = "catppuccin"
colorscheme = "kanagawa-dragon",
})