formatted code

This commit is contained in:
Neeraj 2023-02-28 17:18:54 +05:30
parent da382b5d61
commit 4316ac84df
15 changed files with 227 additions and 230 deletions

View file

@ -1,6 +1,6 @@
return {
"rmehri01/onenord.nvim",
config = function ()
vim.cmd.colorscheme 'onenord'
end
"rmehri01/onenord.nvim",
config = function()
vim.cmd.colorscheme 'onenord'
end
}