Skip to content

yokimpillay/vim-dogrun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-dogrun

CI LICENSE

A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

Features

  • No configuration are required to start using it.
  • Support 256 colors terminal.
  • Supports lightline.vim theme.
  • Supports vim-clap theme.
  • Supports nvim-treesitter.
  • Loading speed is increased by precompiled script. (powered by Rust)

Check here for a list of supported file types and plugins 💪

Gallery

Neovim (GUI)

Neovim

Vim (with 256 colors)

Vim

Installation

This is an example of installation using vim-plug.

Plug 'wadackel/vim-dogrun'

Usage

Add the following settings to your $MYVIMRC (.vimrc or init.vim).

colorscheme dogrun

Options

lightline theme

If you want, specify dogrun to colorscheme.

let g:lightline = {
  \ 'colorscheme': 'dogrun',
  \ }

vim-clap theme

If you want, specify dogrun to g:clap_theme.

let g:clap_theme = 'dogrun'

Supported Filetypes & Plugins

There are not many Ftypes and Plugins supported by dogrun yet.
From now on, we will gradually support it 🐶

Filetypes

Plugins

Inspired

Many thanks for the following projects:

License

MIT License © wadackel

About

🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 72.7%
  • Vim Script 27.1%
  • Makefile 0.2%