ingram1107 / moneokai

A colour scheme fork from vim-monokai, advocate for more Neovim enhancement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTICE

This repo is no longer maintained since vim-monokai has been active once again.

Moneokai

A colourscheme fork from vim-monokai, advocate for more Neovim enhancement especially for built-in LSP and nvim-treesitter

Installation

If you are using vim-plug

Plug 'ingram1107/moneokai'

If you are using packer

use 'ingram1107/moneokai'

Necessary settings in your vimrc

" syntax enable (if you're using Vim8)
set termguicolors " set t_Co=256 (if you're using Vim8)
set bg=dark
colo moneokai

Suggested Plugin

neovim/nvim-lspconfig

nvim-treesitter/nvim-treesitter

About

A colour scheme fork from vim-monokai, advocate for more Neovim enhancement

License:MIT License


Languages

Language:Vim Script 100.0%