aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2016-12-26 08:48:30 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2016-12-26 08:48:30 +0100
commit38d65df6a21ac4fd150a98ae623066014f03a2d4 (patch)
treee368734aac05921cd97f605fced640aed3337941 /README.md
parenta8be63b2981dce1ee58f72097e46fea02fdc90b8 (diff)
downloadnord-vim-38d65df6a21ac4fd150a98ae623066014f03a2d4.tar.gz
Fix README Markdown syntax format
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5b7396e..267b432 100644
--- a/README.md
+++ b/README.md
@@ -49,18 +49,19 @@ A specific version can be installed via git tags.
Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.0' }
```
-Of course it can be installed with any of your favorite tools:
- - [`pathogen`](https://github.com/tpope/vim-pathogen)
- ```sh
- cd ~/.vim/bundle
- git clone git://github.com/arcticicestudio/nord-vim.git
- ```
- - [`Vundle`](https://github.com/VundleVim/Vundle.vim)
- Add Nord Vim to your `.vimrc`
- ```sh
- Plugin 'dracula/vim'
- ```
- and install via `:PluginInstall`.
+Of course it can be installed with any of your favorite tools:
+[`pathogen`](https://github.com/tpope/vim-pathogen)
+```sh
+cd ~/.vim/bundle
+git clone git://github.com/arcticicestudio/nord-vim.git
+```
+
+[`Vundle`](https://github.com/VundleVim/Vundle.vim)
+Add Nord Vim to your `.vimrc`
+```sh
+Plugin 'dracula/vim'
+```
+and install via `:PluginInstall`.
#### Manual
[Download](https://github.com/arcticicestudio/nord-vim/releases/latest) the latest version or clone the repository and copy the [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/develop/colors/nord.vim) theme file to your `~/.vim/colors` directory.