index — dots-the-third @ 9e1994b613fbeafce7598b8adc2796f9bcbb3907

I don't need nix, I have a way worse solution!

nvim: remove github theme
crispy-caesus crispy@crispy-caesus.eu
Fri, 27 Feb 2026 23:13:45 +0100
commit

9e1994b613fbeafce7598b8adc2796f9bcbb3907

parent

598611842bab3fb3c4cf055a47e7f70ea783f5e6

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
D nvim/.config/nvim/lua/crispy/plugins/github.lua

@@ -1,16 +0,0 @@

-return { - -- Or with configuration - { - 'projekt0n/github-nvim-theme', - name = 'github-theme', - lazy = false, -- make sure we load this during startup if it is your main colorscheme - priority = 1000, -- make sure to load this before all the other start plugins - config = function() - require('github-theme').setup({ - -- ... - }) - - vim.cmd('colorscheme github_dark') - end, - } -}