oxocarbon.nvim
oxocarbon.nvim copied to clipboard
A dark and light Neovim theme written in fennel, inspired by IBM Carbon.

Hello, Maybe I've done something wrong, idk. 1. I installed rust with `rustc 1.62.1 (e092d0b6b 2022-07-16)`, (start new session to reload zsh) 2. then I add this line `Plug 'shaunsingh/oxocarbon.nvim',...
This is my config: ```lua use { "shaunsingh/oxocarbon.nvim", run = "./install.sh" } ``` I install successfully using `:PackerSync` but enabling the colourscheme displays the following error: ``` Error detected while...
I used Vim-Plug and got an error after downloading that said `Post-update hook for oxocarbon.nvim ... Exit status: 127` After some digging, I realized that I must have uninstalled rust...
If I use oxocarbon, another colorscheme and oxocarbon again, it fails. Eg.: ```lua vim.cmd("colorscheme oxocarbon") vim.cmd("colorscheme default") vim.cmd("colorscheme oxocarbon") ``` It also happens when I `:PackerCompile`.
Cargo build continue to break by ``` Caused by: object not found - no match for id (3afc693ef16b45b19f255df2144688ed936f1aa9); class=Odb (9); code=NotFound (-3) ``` revert to previous commit fix this.
[lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) is a popular neovim status line plugin which has support for various themes, but doesn't really work with oxocarbon. After having used oxocarbon for a few weeks now I...
It isn't completely implemented yet as I didn't know which colors to use.
Terribly minor changes but helpful for people copy and pasting.
This fixes https://github.com/nyoom-engineering/oxocarbon.nvim/issues/82