Added new theme I think?

This commit is contained in:
Titus Moore 2023-11-03 18:43:21 -04:00
parent e3cc5dd8f9
commit 590af61a7f
2 changed files with 16 additions and 0 deletions

View File

@ -138,6 +138,11 @@ require('lazy').setup({
},
},
-- I want to be able to use this, TODO resolve
-- {
-- "nyoom-engineering/oxocarbon.nvim"
-- },
{
-- Theme inspired by Atom
'navarasu/onedark.nvim',
@ -220,6 +225,12 @@ require('lazy').setup({
{ import = 'custom.plugins' },
}, {})
-- Configure Glow
require('glow').setup({
style = 'dark',
install_path = os.getenv("GLOW_PATH")
})
-- [[ Setting options ]]
-- See `:help vim.o`
-- NOTE: You can change these options as you wish!

View File

@ -23,5 +23,10 @@ return {
},
{
'ThePrimeagen/harpoon'
},
{
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow"
}
}