Readme: improve readability of lua code block in setup section (#622)

This commit is contained in:
Jonas Strittmatter
2021-12-07 10:01:08 +01:00
committed by GitHub
parent edc2a503ee
commit fab968f735

View File

@@ -39,7 +39,7 @@ Setup
This example configuration uses `vim-plug` as the plugin manager and `vim-vsnip` as snippet plugin.
```viml
```lua
call plug#begin(s:plug_dir)
Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/cmp-nvim-lsp'