mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 06:40:25 +01:00
Correctly load the colorscheme
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
return {
|
||||
'folke/tokyonight.nvim',
|
||||
'rebelot/kanagawa.nvim',
|
||||
'Shatur/neovim-ayu',
|
||||
config = function()
|
||||
-- load the colorscheme
|
||||
vim.cmd([[colorscheme kanagawa-dragon]])
|
||||
end,
|
||||
{ "folke/tokyonight.nvim" },
|
||||
{ "rebelot/kanagawa.nvim" },
|
||||
{ "Shatur/neovim-ayu" },
|
||||
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "kanagawa-dragon",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user