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 (#275)
  • Loading branch information
joshdick authored Jul 11, 2021
1 parent 7d1f6d1 commit 4bd214f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, base

![Color Reference](https://raw.githubusercontent.com/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)
* [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
* [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 4bd214f

Please sign in to comment.