Initial Nvim Config Commit
This commit is contained in:
12
lua/plugins/oxocarbon.lua
Normal file
12
lua/plugins/oxocarbon.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user