aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/appearance.lua
blob: abbea9709573083e77461d04dc684c0b0b488a71 (plain)
1
2
3
4
5
6
7
8
return {
	{
		"folke/tokyonight.nvim",
		lazy = false,
		priority = 1000,
		opts = {},
	}
}