vim-dogrun
vim-dogrun copied to clipboard
:dog: A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.

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 Neovim's built-in language server client.
- 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 :muscle:
Gallery
Neovim (GUI)

Vim (with 256 colors)

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 :dog:
Filetypes
ccppcsdiffgo(vim-go)graphql(vim-graphql)htmljavascriptjsonmakemarkdown(vim-markdown)pythonrubyrust(rust.vim)toml(vim-toml)typescript(yats.vim)vimyamlzsh
Plugins
- ALE
- clever-f.vim
- coc.nvim
- conflict-marker.vim
- defx-git
- defx-icons
- easymotion
- fern.vim
- fidget.nvim
- fugitive.vim
- fzf.vim
- lightline.vim
- nvim-cmp
- nvim-treesitter
- telescope.nvim
- vim-clap
- vim-gitgutter
- vim-lsp
- vimfiler
Inspired
Many thanks for the following projects:
License
MIT License © wadackel