chore(plugins): Add list of supported plugins to README, update companion links (#275)

This commit is contained in:
Josh Dick
2021-07-11 18:07:22 -04:00
committed by GitHub
parent 7d1f6d1476
commit 4bd214fbcb
2 changed files with 22 additions and 1 deletions

View File

@@ -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.)

View File

@@ -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 {{{