re-organized the dir and divided the init.lua into smaller plugins files

This commit is contained in:
Jeremie Fraeys 2023-11-07 15:30:16 -05:00
parent 8bce42bec4
commit 8623090268
15 changed files with 373 additions and 420 deletions

View file

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