Remove comments
This commit is contained in:
parent
3a9e7c1b6d
commit
76742f5c9d
|
@ -1,20 +1,3 @@
|
||||||
-- return {
|
|
||||||
-- {
|
|
||||||
-- "catppuccin/nvim",
|
|
||||||
-- name = "catppuccin",
|
|
||||||
-- lazy = false,
|
|
||||||
-- priority = 1000,
|
|
||||||
--
|
|
||||||
-- config = function()
|
|
||||||
-- require("catppuccin").setup({
|
|
||||||
-- flavour = "mocha",
|
|
||||||
-- transparent_background = true,
|
|
||||||
-- })
|
|
||||||
-- vim.cmd.colorscheme 'catppuccin'
|
|
||||||
-- end,
|
|
||||||
-- }
|
|
||||||
-- }
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
'folke/tokyonight.nvim',
|
'folke/tokyonight.nvim',
|
||||||
|
|
Loading…
Reference in New Issue