Skip to content

rivethorn/turbo-plus.nvim

Repository files navigation

Turbo-Plus.nvim

A modern, softer take on Turbo C++ colorscheme for Neovim.

Gallery (Click to expand)
Rust

Rust-Example

CPP

CPP-Example

TypeScript

TS-Example

Python

Python-Example

Odin

Odin-Example

Install

lazy.nvim

{
  "rivethorn/turbo-plus.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd.colorscheme("turbo-plus")
  end,
}

Lazyvim

return {
    {
        "rivethorn/turbo-plus.nvim",
        lazy = false,
    },

    {
        "LazyVim/LazyVim",
        opts = {
            colorscheme = "turbo-plus",
        },
    },
}

packer.nvim

use "rivethorn/turbo-plus.nvim"

Then :colorscheme turbo-plus.

License

MIT — see LICENSE.

About

A Turbo C++ inspired colorscheme for neovim, softened for modern eyes

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages