From 5e34061b7e2e489a0528c10e776560ecb19472db Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 28 Oct 2023 12:39:53 +0800 Subject: [PATCH] nvim: remove nvim-base16 plugin --- nvim/lua/plugins/appearance.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvim/lua/plugins/appearance.lua b/nvim/lua/plugins/appearance.lua index cc804e3..b58001a 100644 --- a/nvim/lua/plugins/appearance.lua +++ b/nvim/lua/plugins/appearance.lua @@ -3,9 +3,6 @@ return { -- to Visual Studio Code. "airblade/vim-gitgutter", - -- Base16 support - "RRethy/nvim-base16", - -- Make your Neovim pretty { "rktjmp/lush.nvim",