Installation - adisen99/codeschool.nvim GitHub Wiki
General
Requirements
Installation of this plugin requires the neovim-nightly
or neovim v0.5
Install
Using vim-plug
Plug 'rktjmp/lush.nvim'
Plug 'adisen99/codeschool.nvim'
Using packer
use {"adisen99/codeschool.nvim", requires = {"rktjmp/lush.nvim"}}
Refer Usage page on dark and light themes switching and cursor inversions.