Adds more modular setup

This commit is contained in:
zwergius 2024-01-23 13:13:03 +01:00
parent 7633efd06c
commit d5a8a364dd
5 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
'rmehri01/onenord.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onenord'
end,
}