mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): switch colorscheme to Catppuccin Mocha
This commit is contained in:
6
nvim/lua/plugins/colorscheme-catppuccin.lua
Normal file
6
nvim/lua/plugins/colorscheme-catppuccin.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- https://github.com/catppuccin/nvim
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
lazy = true,
|
||||
name = "catppuccin",
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
-- https://github.com/folke/tokyonight.nvim
|
||||
-- https://github.com/folke/tokyonight.nvim
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true,
|
||||
@@ -1,9 +1,9 @@
|
||||
-- Configure LazyVim to load Tokyo Night
|
||||
-- Configure LazyVim to load colorscheme
|
||||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight",
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user