Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 788 Bytes

README.md

File metadata and controls

62 lines (41 loc) · 788 Bytes

necodark

Top-image

Installation

vim

Please use build/vim branch.

example

dein.vim

call dein#add('ryota2357/necodark', #{ rev: 'build/vim' })

dein.vim (toml)

[[plugins]]
repo = 'ryota2357/necodark'
rev = 'build/vim'

vim-plug

Plug 'ryota2357/necodark', { 'branch': 'build/vim' }

neovim

Please use build/nvim branch.

example dein.vim
call dein#add('ryota2357/necodark', #{ rev: 'build/nvim' })

dein.vim (toml)

[[plugins]]
repo = 'ryota2357/necodark'
rev = 'build/nvim'

packer.nvim

use { 'ryota2357/necodark', branch = 'build/nvim' }