A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
- 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 💪
This is an example of installation using vim-plug.
Plug 'wadackel/vim-dogrun'
Add the following settings to your $MYVIMRC
(.vimrc
or init.vim
).
colorscheme dogrun
If you want, specify dogrun
to colorscheme
.
let g:lightline = {
\ 'colorscheme': 'dogrun',
\ }
If you want, specify dogrun
to g:clap_theme
.
let g:clap_theme = 'dogrun'
There are not many Ftypes and Plugins supported by dogrun
yet.
From now on, we will gradually support it 🐶
c
cpp
cs
diff
go
(vim-go)graphql
(vim-graphql)html
javascript
json
make
markdown
(vim-markdown)python
ruby
rust
(rust.vim)toml
(vim-toml)typescript
(yats.vim)vim
yaml
zsh
- 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
Many thanks for the following projects: