Remove backticks

This commit is contained in:
Roman Frołow 2019-08-06 23:03:33 +02:00 committed by GitHub
parent 7b584c07e5
commit 877ca2d8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neov
```vim
" Specify a directory for plugins
" - For Neovim: `stdpath('data') . '/plugged'`
" - For Neovim: stdpath('data') . '/plugged'
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')