flexoki-neovim

Flexoki color scheme for Neovim

kepano
Lua14727 forksMITupdated 11 months ago
visit the demogit clone https://github.com/kepano/flexoki-neovim.gitkepano/flexoki-neovim

flexoki-neovim

Neovim adaptation of Flexoki by Steph Ango

Currently still work in progress and missing support for even the most common plugins. This will be fixed shortly. If you are using a plugin that isn't supported please create an issue, or upvote an existing one, we will use this to prioritize them.

These aren't currently up to date

Flexoki Dark for Neovim

Flexoki Light for Neovim

Installation

To install simply add via your plugin manager and call the theme

lazy.nvim

require("lazy").setup({
  { 'kepano/flexoki-neovim', name = 'flexoki' }
})

packer.nvim

require('packer').startup(function(use)
  use({ 'kepano/flexoki-neovim', as = 'flexoki' })
end)

Paq

require('paq')({
  { 'kepano/flexoki-neovim', as = 'flexoki' }
})

Usage

  • Dark
-- Set colorscheme after options
vim.cmd('colorscheme flexoki-dark')
  • Light
-- Set colorscheme after options
vim.cmd('colorscheme flexoki-light')

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

search

search projects, people, and tags