Remove comments

This commit is contained in:
Graham McMillan 2024-07-18 16:47:13 +02:00
parent 3a9e7c1b6d
commit 76742f5c9d
1 changed files with 0 additions and 17 deletions

View File

@ -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 {
{
'folke/tokyonight.nvim',