Add Base16 Black Metal color scheme

Changes to be committed:
      modified:   lua/colorschemes.lua
      modified:   lua/plugins.lua

Changes not staged for commit:
      modified:   lua/completions.lua
This commit is contained in:
Arkaprabha Chakraborty
2023-03-10 23:33:51 +05:30
parent e4c4047ef8
commit fe0e4266da
2 changed files with 32 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ if not ok then
end
packer.startup(function(use)
-- Base16 colorscheme
use("RRethy/nvim-base16")
-- Nord colorscheme
use("shaunsingh/nord.nvim")