nvim: remove github theme
crispy-caesus crispy@crispy-caesus.eu
Fri, 27 Feb 2026 23:13:45 +0100
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, - } -}