Adds more modular setup
This commit is contained in:
parent
7633efd06c
commit
d5a8a364dd
5 changed files with 71 additions and 0 deletions
7
lua/custom/plugins/theme.lua
Normal file
7
lua/custom/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'rmehri01/onenord.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'onenord'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue