normful / monokai.nvim

Monokai theme for Neovim written in Lua with tree-sitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim Monokai

Monokai Theme for Neovim with tree-sitter support

Screen Shot 2021-03-09 at 6 39 46 PM

Screen Shot 2021-03-09 at 6 39 58 PM

Prerequisites:

Neovim Nightly (0.5) is required for monokai.nvim to work.

Installation:

Via Plug:

Plug 'tanvirtin/monokai.nvim'

Via Packer:

use 'tanvirtin/monokai.nvim'

Usage:

syntax on
colorscheme monokai
set termguicolors

About

Monokai theme for Neovim written in Lua with tree-sitter support

License:MIT License


Languages

Language:Lua 77.8%Language:Vim Script 22.2%