Initial Nvim Config Commit

This commit is contained in:
Steven Medeiros Melo
2024-02-23 20:12:22 -05:00
commit 48426854e1
29 changed files with 1003 additions and 0 deletions

12
lua/plugins/oxocarbon.lua Normal file
View File

@@ -0,0 +1,12 @@
-- lua/plugin/oxocarbon.lua
-- print('oxocarbon.lua loaded')
return {
"nyoom-engineering/oxocarbon.nvim",
"",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme('oxocarbon')
end,
}