re-organized the dir and divided the init.lua into smaller plugins files
This commit is contained in:
parent
8bce42bec4
commit
8623090268
15 changed files with 373 additions and 420 deletions
8
lua/config/themes.lua
Normal file
8
lua/config/themes.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- return {
|
||||
-- Theme inspired by Atom
|
||||
-- 'navarasu/onedark.nvim',
|
||||
-- priority = 1000,
|
||||
-- config = function()
|
||||
-- vim.cmd.colorscheme 'onedark'
|
||||
-- end,
|
||||
-- },
|
||||
Loading…
Add table
Add a link
Reference in a new issue