Skip to content

oneElectron/black_electron.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

black_electron.nvim

To use black_electron.nvim:

Lazy:

    "oneElectron/black_electron.nvim",
    lazy = false,
    priority = 1000,
    dependencies = { "rktjmp/lush.nvim" },
    config = function()
	    vim.cmd([[colorscheme black_electron]])
    end,