Skip to content

Commit

Permalink
Fix syntax highlighting filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Aug 12, 2017
1 parent 219f7f5 commit 853c3b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ brWhite #FCE8C3 252, 232, 195
Put `srcery.vim` in `~/.vim/colors/` (on unix-like systems) or `%userprofile%\vimfiles\colors\` (on Windows).

Using a [plugin](https://github.com/junegunn/vim-plug) [manager](https://github.com/tpope/vim-pathogen) for vim.
```vimrc
```vim
Plug 'roosta/srcery'
```

Expand Down Expand Up @@ -78,7 +78,7 @@ default: 1
```

If you like what you see and decide to make srcery your default colorscheme, add the relevant line to your vimrc:
```
```vim
colorscheme srcery
```
## Screenshots.
Expand All @@ -99,7 +99,7 @@ Typeface used in screenshots is [PragmataPro](https://www.fsd.it/shop/fonts/prag
I've recently added a [Lightline](https://github.com/itchyny/lightline.vim) colorscheme.
To use it, include 'srcery' value in lightline configuration, like so:

```vimrc
```vim
let g:lightline = {
\ 'colorscheme': 'srcery',
\ }
Expand Down

0 comments on commit 853c3b7

Please sign in to comment.