💄 Updated nvim color theme

This commit is contained in:
z3rOR0ne 2024-12-29 01:56:15 -08:00
parent ca2d04c7f4
commit 987023643c
5 changed files with 71 additions and 7 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({
"shaunsingh/nord.nvim",
"gbprod/nord.nvim",
config = function()
vim.cmd("colorscheme nord")
end,