modded nord theme added

This commit is contained in:
siduck76 2021-07-17 14:07:27 +05:30
parent f0b491cd94
commit c6857e2a72
2 changed files with 34 additions and 1 deletions

View file

@ -22,6 +22,6 @@ if require "theme" then
else
-- otherwise run PackerSync
require "pluginList"
print("Now PackerSync will be executed, after completion, restart neovim.\n")
print("Now PackerSync will be executed, after completion, restart nvim.\n")
vim.cmd("PackerSync")
end