dotfiles/.config/nvim/lua/plugins/example.lua
2026-01-03 13:30:32 +01:00

13 lines
211 B
Lua

return {
{ "folke/tokyonight.nvim", enable = false },
{ "catppuccin/nvim", enable = false },
{ "gbprod/nord.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "nord",
}
}
}