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

20
lua/plugins/ui.lua Normal file
View File

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