From 7ae049437a29312f9c9de013ab709d7297c32e60 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 20 Mar 2024 22:49:25 +0000 Subject: [PATCH] Cleanup colorscheme plugin file --- lua/plugins/colorscheme.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index c18f9ec..019bde4 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,18 +1,4 @@ return { - - -- 'rose-pine/neovim', - -- name = 'rose-pine', - -- config = function() - -- require('rose-pine').setup({ - -- styles = { - -- transparency = true, - -- }, - -- -- TODO: Ideally only certain groups would have italics disabled - -- disable_italics = true, - -- }) - -- vim.cmd('colorscheme rose-pine') - -- end - 'rebelot/kanagawa.nvim', config = function() local kanagawa = require('kanagawa')