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

8
lua/config/themes.lua Normal file
View file

@ -0,0 +1,8 @@
-- return {
-- Theme inspired by Atom
-- 'navarasu/onedark.nvim',
-- priority = 1000,
-- config = function()
-- vim.cmd.colorscheme 'onedark'
-- end,
-- },