🔧 Reverted old theme

This commit is contained in:
z3rOR0ne 2024-12-29 02:28:12 -08:00
parent 987023643c
commit 8d958430b3
2 changed files with 10 additions and 55 deletions

View file

@ -9,7 +9,7 @@ return require("packer").startup(function(use)
use({ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" })
use({ "nvim-treesitter/playground" })
use({
"gbprod/nord.nvim",
"shaunsingh/nord.nvim",
config = function()
vim.cmd("colorscheme nord")
end,